pub struct S6Reader<'a, G> { /* private fields */ }Expand description
Ideally use with SimpleSparseGraph
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, G> Freeze for S6Reader<'a, G>
impl<'a, G> RefUnwindSafe for S6Reader<'a, G>where
G: RefUnwindSafe,
impl<'a, G> Send for S6Reader<'a, G>where
G: Send,
impl<'a, G> Sync for S6Reader<'a, G>where
G: Sync,
impl<'a, G> Unpin for S6Reader<'a, G>where
G: Unpin,
impl<'a, G> UnwindSafe for S6Reader<'a, G>where
G: 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