Enum ruststep::ap201::explicit_draughting::AddressAny [−][src]
pub enum AddressAny {
Address(Box<Address>),
OrganizationalAddress(Box<OrganizationalAddress>),
PersonalAddress(Box<PersonalAddress>),
}
Variants
OrganizationalAddress(Box<OrganizationalAddress>)
Tuple Fields of OrganizationalAddress
PersonalAddress(Box<PersonalAddress>)
Tuple Fields of PersonalAddress
0: Box<PersonalAddress>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AddressAny
impl Send for AddressAny
impl Sync for AddressAny
impl Unpin for AddressAny
impl UnwindSafe for AddressAny
Blanket Implementations
Mutably borrows from an owned value. Read more