Enum petgraph::Undirected
source · pub enum Undirected {}
Expand description
Marker type for an undirected graph.
Trait Implementations§
source§impl Clone for Undirected
impl Clone for Undirected
source§fn clone(&self) -> Undirected
fn clone(&self) -> Undirected
Returns a copy 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 Undirected
impl Debug for Undirected
source§impl EdgeType for Undirected
impl EdgeType for Undirected
fn is_directed() -> bool
impl Copy for Undirected
Auto Trait Implementations§
impl Freeze for Undirected
impl RefUnwindSafe for Undirected
impl Send for Undirected
impl Sync for Undirected
impl Unpin for Undirected
impl UnwindSafe for Undirected
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)