pub struct MinPathStrict<NId>{ /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl<NId> Freeze for MinPathStrict<NId>where
NId: Freeze,
impl<NId> RefUnwindSafe for MinPathStrict<NId>where
NId: RefUnwindSafe,
impl<NId> Send for MinPathStrict<NId>where
NId: Send,
impl<NId> Sync for MinPathStrict<NId>where
NId: Sync,
impl<NId> Unpin for MinPathStrict<NId>where
NId: Unpin,
impl<NId> UnwindSafe for MinPathStrict<NId>where
NId: UnwindSafe,
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