pub enum AddressFormatHint {
Unknown,
UnitedStatesLike,
CanadaLike,
UnitedKingdomLike,
EuropeanLike,
JapanLike,
International,
Custom,
}Variants§
Trait Implementations§
Source§impl Clone for AddressFormatHint
impl Clone for AddressFormatHint
Source§fn clone(&self) -> AddressFormatHint
fn clone(&self) -> AddressFormatHint
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 AddressFormatHint
impl Debug for AddressFormatHint
Source§impl Default for AddressFormatHint
impl Default for AddressFormatHint
Source§fn default() -> AddressFormatHint
fn default() -> AddressFormatHint
Returns the “default value” for a type. Read more
Source§impl Hash for AddressFormatHint
impl Hash for AddressFormatHint
Source§impl Ord for AddressFormatHint
impl Ord for AddressFormatHint
Source§fn cmp(&self, other: &AddressFormatHint) -> Ordering
fn cmp(&self, other: &AddressFormatHint) -> 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 AddressFormatHint
impl PartialEq for AddressFormatHint
Source§fn eq(&self, other: &AddressFormatHint) -> bool
fn eq(&self, other: &AddressFormatHint) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AddressFormatHint
impl PartialOrd for AddressFormatHint
impl Copy for AddressFormatHint
impl Eq for AddressFormatHint
impl StructuralPartialEq for AddressFormatHint
Auto Trait Implementations§
impl Freeze for AddressFormatHint
impl RefUnwindSafe for AddressFormatHint
impl Send for AddressFormatHint
impl Sync for AddressFormatHint
impl Unpin for AddressFormatHint
impl UnsafeUnpin for AddressFormatHint
impl UnwindSafe for AddressFormatHint
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