Fields
x_distance: u8y_distance: u8Trait Implementations
sourceimpl Clone for DistanceConfidence
impl Clone for DistanceConfidence
sourcefn clone(&self) -> DistanceConfidence
fn clone(&self) -> DistanceConfidence
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DistanceConfidence
impl Debug for DistanceConfidence
sourceimpl Default for DistanceConfidence
impl Default for DistanceConfidence
sourcefn default() -> DistanceConfidence
fn default() -> DistanceConfidence
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for DistanceConfidence
impl<'de> Deserialize<'de> for DistanceConfidence
sourcefn 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
sourceimpl Hash for DistanceConfidence
impl Hash for DistanceConfidence
sourceimpl PartialEq<DistanceConfidence> for DistanceConfidence
impl PartialEq<DistanceConfidence> for DistanceConfidence
sourcefn eq(&self, other: &DistanceConfidence) -> bool
fn eq(&self, other: &DistanceConfidence) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DistanceConfidence) -> bool
fn ne(&self, other: &DistanceConfidence) -> bool
This method tests for !=.
sourceimpl Serialize for DistanceConfidence
impl Serialize for DistanceConfidence
impl StructuralPartialEq for DistanceConfidence
Auto Trait Implementations
impl RefUnwindSafe for DistanceConfidence
impl Send for DistanceConfidence
impl Sync for DistanceConfidence
impl Unpin for DistanceConfidence
impl UnwindSafe for DistanceConfidence
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more