Enum AddressValidationLevel
pub enum AddressValidationLevel {
Unvalidated,
SyntaxChecked,
ComponentChecked,
PostalChecked,
Geocoded,
Verified,
}Variants§
Trait Implementations§
§impl Clone for AddressValidationLevel
impl Clone for AddressValidationLevel
§fn clone(&self) -> AddressValidationLevel
fn clone(&self) -> AddressValidationLevel
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 more§impl Debug for AddressValidationLevel
impl Debug for AddressValidationLevel
§impl Default for AddressValidationLevel
impl Default for AddressValidationLevel
§fn default() -> AddressValidationLevel
fn default() -> AddressValidationLevel
Returns the “default value” for a type. Read more
§impl Hash for AddressValidationLevel
impl Hash for AddressValidationLevel
§impl Ord for AddressValidationLevel
impl Ord for AddressValidationLevel
§fn cmp(&self, other: &AddressValidationLevel) -> Ordering
fn cmp(&self, other: &AddressValidationLevel) -> 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
§impl PartialEq for AddressValidationLevel
impl PartialEq for AddressValidationLevel
§impl PartialOrd for AddressValidationLevel
impl PartialOrd for AddressValidationLevel
impl Copy for AddressValidationLevel
impl Eq for AddressValidationLevel
impl StructuralPartialEq for AddressValidationLevel
Auto Trait Implementations§
impl Freeze for AddressValidationLevel
impl RefUnwindSafe for AddressValidationLevel
impl Send for AddressValidationLevel
impl Sync for AddressValidationLevel
impl Unpin for AddressValidationLevel
impl UnsafeUnpin for AddressValidationLevel
impl UnwindSafe for AddressValidationLevel
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