pub struct AdjacencyList<E> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<E: Debug> Debug for AdjacencyList<E>
impl<E: Debug> Debug for AdjacencyList<E>
Source§impl<E> Index<usize> for AdjacencyList<E>
impl<E> Index<usize> for AdjacencyList<E>
Source§impl<T> IndexMut<usize> for AdjacencyList<T>
impl<T> IndexMut<usize> for AdjacencyList<T>
Auto Trait Implementations§
impl<E> Freeze for AdjacencyList<E>
impl<E> RefUnwindSafe for AdjacencyList<E>where
E: RefUnwindSafe,
impl<E> Send for AdjacencyList<E>where
E: Send,
impl<E> Sync for AdjacencyList<E>where
E: Sync,
impl<E> Unpin for AdjacencyList<E>where
E: Unpin,
impl<E> UnwindSafe for AdjacencyList<E>where
E: 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