Enum petgraph::Undirected
source · [−]pub enum Undirected {}
Expand description
Marker type for an undirected graph.
Trait Implementations
sourceimpl Clone for Undirected
impl Clone for Undirected
sourceimpl Debug for Undirected
impl Debug for Undirected
sourceimpl EdgeType for Undirected
impl EdgeType for Undirected
fn is_directed() -> bool
impl Copy for Undirected
Auto Trait Implementations
impl RefUnwindSafe for Undirected
impl Send for Undirected
impl Sync for Undirected
impl Unpin for Undirected
impl UnwindSafe for Undirected
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more