[−][src]Struct zone_detect::ZoneLookup
Matching zones and safezone from a database lookup.
Fields
matches: Vec<ZoneMatch>List of matching zones.
safezone: f32TODO: not sure what this value is
Trait Implementations
impl Clone for ZoneLookup[src]
fn clone(&self) -> ZoneLookup[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ZoneLookup[src]
impl PartialEq<ZoneLookup> for ZoneLookup[src]
fn eq(&self, other: &ZoneLookup) -> bool[src]
fn ne(&self, other: &ZoneLookup) -> bool[src]
impl StructuralPartialEq for ZoneLookup[src]
Auto Trait Implementations
impl RefUnwindSafe for ZoneLookup
impl Send for ZoneLookup
impl Sync for ZoneLookup
impl Unpin for ZoneLookup
impl UnwindSafe for ZoneLookup
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,