Enum ruststep::ap201::explicit_draughting::AddressAnyHolder [−][src]
pub enum AddressAnyHolder {
Address(Box<AddressHolder>),
OrganizationalAddress(Box<OrganizationalAddressHolder>),
PersonalAddress(Box<PersonalAddressHolder>),
}
Variants
Address(Box<AddressHolder>)
Tuple Fields of Address
0: Box<AddressHolder>
OrganizationalAddress(Box<OrganizationalAddressHolder>)
Tuple Fields of OrganizationalAddress
PersonalAddress(Box<PersonalAddressHolder>)
Tuple Fields of PersonalAddress
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
Get owned entities as an iterator
type Owned = AddressAny
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = AddressAnyHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for AddressAnyHolder
impl Send for AddressAnyHolder
impl Sync for AddressAnyHolder
impl Unpin for AddressAnyHolder
impl UnwindSafe for AddressAnyHolder
Blanket Implementations
Mutably borrows from an owned value. Read more