pub enum AddressPrecision {
Unknown,
Country,
Region,
Locality,
PostalCode,
Street,
Building,
Unit,
}Variants§
Trait Implementations§
Source§impl Clone for AddressPrecision
impl Clone for AddressPrecision
Source§fn clone(&self) -> AddressPrecision
fn clone(&self) -> AddressPrecision
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AddressPrecision
impl Debug for AddressPrecision
Source§impl Default for AddressPrecision
impl Default for AddressPrecision
Source§fn default() -> AddressPrecision
fn default() -> AddressPrecision
Returns the “default value” for a type. Read more
Source§impl Hash for AddressPrecision
impl Hash for AddressPrecision
Source§impl Ord for AddressPrecision
impl Ord for AddressPrecision
Source§fn cmp(&self, other: &AddressPrecision) -> Ordering
fn cmp(&self, other: &AddressPrecision) -> Ordering
1.21.0 (const: unstable) · 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 AddressPrecision
impl PartialEq for AddressPrecision
Source§fn eq(&self, other: &AddressPrecision) -> bool
fn eq(&self, other: &AddressPrecision) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AddressPrecision
impl PartialOrd for AddressPrecision
impl Copy for AddressPrecision
impl Eq for AddressPrecision
impl StructuralPartialEq for AddressPrecision
Auto Trait Implementations§
impl Freeze for AddressPrecision
impl RefUnwindSafe for AddressPrecision
impl Send for AddressPrecision
impl Sync for AddressPrecision
impl Unpin for AddressPrecision
impl UnsafeUnpin for AddressPrecision
impl UnwindSafe for AddressPrecision
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