pub enum AddressUsageKind {
Residential,
Commercial,
Industrial,
Government,
Educational,
Healthcare,
Mixed,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for AddressUsageKind
impl Clone for AddressUsageKind
Source§fn clone(&self) -> AddressUsageKind
fn clone(&self) -> AddressUsageKind
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 AddressUsageKind
impl Debug for AddressUsageKind
Source§impl Default for AddressUsageKind
impl Default for AddressUsageKind
Source§fn default() -> AddressUsageKind
fn default() -> AddressUsageKind
Returns the “default value” for a type. Read more
Source§impl Hash for AddressUsageKind
impl Hash for AddressUsageKind
Source§impl Ord for AddressUsageKind
impl Ord for AddressUsageKind
Source§fn cmp(&self, other: &AddressUsageKind) -> Ordering
fn cmp(&self, other: &AddressUsageKind) -> 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 AddressUsageKind
impl PartialEq for AddressUsageKind
Source§impl PartialOrd for AddressUsageKind
impl PartialOrd for AddressUsageKind
impl Copy for AddressUsageKind
impl Eq for AddressUsageKind
impl StructuralPartialEq for AddressUsageKind
Auto Trait Implementations§
impl Freeze for AddressUsageKind
impl RefUnwindSafe for AddressUsageKind
impl Send for AddressUsageKind
impl Sync for AddressUsageKind
impl Unpin for AddressUsageKind
impl UnsafeUnpin for AddressUsageKind
impl UnwindSafe for AddressUsageKind
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