pub enum FinalDestinationMatchLevel {
Unit,
StreetNumber,
Street,
Postalcode,
}Expand description
FinalDestinationMatchLevel : Match level describing the geographical level to which an address has been matched. It can be one of the following: - Unit - StreetNumber - Street - Postalcode See: http://localhost:4321/reference/search-confidence/ Match level describing the geographical level to which an address has been matched. It can be one of the following: - Unit - StreetNumber - Street - Postalcode See: http://localhost:4321/reference/search-confidence/
Variants§
Trait Implementations§
Source§impl Clone for FinalDestinationMatchLevel
impl Clone for FinalDestinationMatchLevel
Source§fn clone(&self) -> FinalDestinationMatchLevel
fn clone(&self) -> FinalDestinationMatchLevel
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 FinalDestinationMatchLevel
impl Debug for FinalDestinationMatchLevel
Source§impl Default for FinalDestinationMatchLevel
impl Default for FinalDestinationMatchLevel
Source§fn default() -> FinalDestinationMatchLevel
fn default() -> FinalDestinationMatchLevel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FinalDestinationMatchLevel
impl<'de> Deserialize<'de> for FinalDestinationMatchLevel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for FinalDestinationMatchLevel
impl Display for FinalDestinationMatchLevel
Source§impl Hash for FinalDestinationMatchLevel
impl Hash for FinalDestinationMatchLevel
Source§impl Ord for FinalDestinationMatchLevel
impl Ord for FinalDestinationMatchLevel
Source§fn cmp(&self, other: &FinalDestinationMatchLevel) -> Ordering
fn cmp(&self, other: &FinalDestinationMatchLevel) -> 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 FinalDestinationMatchLevel
impl PartialEq for FinalDestinationMatchLevel
Source§fn eq(&self, other: &FinalDestinationMatchLevel) -> bool
fn eq(&self, other: &FinalDestinationMatchLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FinalDestinationMatchLevel
impl PartialOrd for FinalDestinationMatchLevel
impl Copy for FinalDestinationMatchLevel
impl Eq for FinalDestinationMatchLevel
impl StructuralPartialEq for FinalDestinationMatchLevel
Auto Trait Implementations§
impl Freeze for FinalDestinationMatchLevel
impl RefUnwindSafe for FinalDestinationMatchLevel
impl Send for FinalDestinationMatchLevel
impl Sync for FinalDestinationMatchLevel
impl Unpin for FinalDestinationMatchLevel
impl UnsafeUnpin for FinalDestinationMatchLevel
impl UnwindSafe for FinalDestinationMatchLevel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.