Struct nekolib_doc::graph::lowlink::Lowlink
source · pub struct Lowlink<V, I, D> { /* private fields */ }
Implementations§
source§impl<V, I, D, J> Lowlink<V, I, D>
impl<V, I, D, J> Lowlink<V, I, D>
Auto Trait Implementations§
impl<V, I, D> Freeze for Lowlink<V, I, D>
impl<V, I, D> RefUnwindSafe for Lowlink<V, I, D>where
I: RefUnwindSafe,
D: RefUnwindSafe,
impl<V, I, D> Send for Lowlink<V, I, D>
impl<V, I, D> Sync for Lowlink<V, I, D>
impl<V, I, D> Unpin for Lowlink<V, I, D>
impl<V, I, D> UnwindSafe for Lowlink<V, I, D>where
I: UnwindSafe,
D: 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