pub struct Inherent;
Expand description
metric for types that have an inherent discrete distance metric
Trait Implementations§
Source§impl<U: ?Sized + InherentDiscreteMetric<V>, V: ?Sized> DiscreteMetric<U, V> for Inherent
impl<U: ?Sized + InherentDiscreteMetric<V>, V: ?Sized> DiscreteMetric<U, V> for Inherent
Source§impl Ord for Inherent
impl Ord for Inherent
Source§impl PartialOrd for Inherent
impl PartialOrd for Inherent
impl Copy for Inherent
impl Eq for Inherent
impl StructuralPartialEq for Inherent
Auto Trait Implementations§
impl Freeze for Inherent
impl RefUnwindSafe for Inherent
impl Send for Inherent
impl Sync for Inherent
impl Unpin for Inherent
impl UnwindSafe for Inherent
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