pub struct AlgebraicDistance { /* private fields */ }Implementations§
Trait Implementations§
Source§impl NodeDistance for AlgebraicDistance
impl NodeDistance for AlgebraicDistance
Auto Trait Implementations§
impl Freeze for AlgebraicDistance
impl RefUnwindSafe for AlgebraicDistance
impl !Send for AlgebraicDistance
impl !Sync for AlgebraicDistance
impl Unpin for AlgebraicDistance
impl UnwindSafe for AlgebraicDistance
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