pub struct ColorGraph { /* private fields */ }Expand description
An undirected graph represented as adjacency lists.
Trait Implementations§
Source§impl Clone for ColorGraph
impl Clone for ColorGraph
Source§fn clone(&self) -> ColorGraph
fn clone(&self) -> ColorGraph
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ColorGraph
impl Debug for ColorGraph
Source§impl Default for ColorGraph
impl Default for ColorGraph
Source§fn default() -> ColorGraph
fn default() -> ColorGraph
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ColorGraph
impl RefUnwindSafe for ColorGraph
impl Send for ColorGraph
impl Sync for ColorGraph
impl Unpin for ColorGraph
impl UnsafeUnpin for ColorGraph
impl UnwindSafe for ColorGraph
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