pub enum AddressComponentKind {
Show 17 variants
Line1,
Line2,
StreetNumber,
StreetName,
UnitDesignator,
UnitNumber,
Locality,
AdministrativeArea,
PostalCode,
Country,
CountrySubdivision,
Region,
Landmark,
CareOf,
Attention,
Organization,
Other,
}Variants§
Line1
Line2
StreetNumber
StreetName
UnitDesignator
UnitNumber
Locality
AdministrativeArea
PostalCode
Country
CountrySubdivision
Region
Landmark
CareOf
Attention
Organization
Other
Trait Implementations§
Source§impl Clone for AddressComponentKind
impl Clone for AddressComponentKind
Source§fn clone(&self) -> AddressComponentKind
fn clone(&self) -> AddressComponentKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AddressComponentKind
impl Debug for AddressComponentKind
Source§impl Hash for AddressComponentKind
impl Hash for AddressComponentKind
Source§impl Ord for AddressComponentKind
impl Ord for AddressComponentKind
Source§fn cmp(&self, other: &AddressComponentKind) -> Ordering
fn cmp(&self, other: &AddressComponentKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AddressComponentKind
impl PartialEq for AddressComponentKind
Source§impl PartialOrd for AddressComponentKind
impl PartialOrd for AddressComponentKind
impl Copy for AddressComponentKind
impl Eq for AddressComponentKind
impl StructuralPartialEq for AddressComponentKind
Auto Trait Implementations§
impl Freeze for AddressComponentKind
impl RefUnwindSafe for AddressComponentKind
impl Send for AddressComponentKind
impl Sync for AddressComponentKind
impl Unpin for AddressComponentKind
impl UnsafeUnpin for AddressComponentKind
impl UnwindSafe for AddressComponentKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more