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