pub struct Undirected;
Expand description
A marker type representing an undirected graph type
Implementations§
Source§impl Undirected
impl Undirected
Trait Implementations§
Source§impl Clone for Undirected
impl Clone for Undirected
Source§fn clone(&self) -> Undirected
fn clone(&self) -> Undirected
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 Undirected
impl Debug for Undirected
Source§impl Default for Undirected
impl Default for Undirected
Source§fn default() -> Undirected
fn default() -> Undirected
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Undirected
impl<'de> Deserialize<'de> for Undirected
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for Undirected
impl Display for Undirected
Source§impl Hash for Undirected
impl Hash for Undirected
Source§impl Ord for Undirected
impl Ord for Undirected
Source§fn cmp(&self, other: &Undirected) -> Ordering
fn cmp(&self, other: &Undirected) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Undirected
impl PartialEq for Undirected
Source§impl PartialOrd for Undirected
impl PartialOrd for Undirected
Source§impl Serialize for Undirected
impl Serialize for Undirected
impl Copy for Undirected
impl Eq for Undirected
impl GraphType for Undirected
impl Send for Undirected
impl StructuralPartialEq for Undirected
impl Sync for Undirected
Auto Trait Implementations§
impl Freeze for Undirected
impl RefUnwindSafe for Undirected
impl Unpin for Undirected
impl UnwindSafe for Undirected
Blanket Implementations§
Source§impl<T> AsWeight<T> for Twhere
T: Clone + IntoWeight<T>,
impl<T> AsWeight<T> for Twhere
T: Clone + IntoWeight<T>,
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