pub struct mindist(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for mindist
Auto Trait Implementations§
impl Freeze for mindist
impl RefUnwindSafe for mindist
impl Send for mindist
impl Sync for mindist
impl Unpin for mindist
impl UnwindSafe for mindist
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