pub struct SimpleGraph<T: PartialOrd + Debug> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T> Graph<T, SymmetricEdge<T>> for SimpleGraph<T>
impl<T> Graph<T, SymmetricEdge<T>> for SimpleGraph<T>
Source§impl<T> ToAdjacencyList<T> for SimpleGraph<T>
impl<T> ToAdjacencyList<T> for SimpleGraph<T>
fn to_adjacency_list(&self) -> AdjacencyList<T>
Auto Trait Implementations§
impl<T> Freeze for SimpleGraph<T>
impl<T> RefUnwindSafe for SimpleGraph<T>where
T: RefUnwindSafe,
impl<T> Send for SimpleGraph<T>where
T: Send,
impl<T> Sync for SimpleGraph<T>where
T: Sync,
impl<T> Unpin for SimpleGraph<T>where
T: Unpin,
impl<T> UnwindSafe for SimpleGraph<T>where
T: 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