pub struct VertexIndex;
Expand description
A kind of index for vertices in a graph
Trait Implementations§
Source§impl Clone for VertexIndex
impl Clone for VertexIndex
Source§fn clone(&self) -> VertexIndex
fn clone(&self) -> VertexIndex
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 VertexIndex
impl Debug for VertexIndex
Source§impl Default for VertexIndex
impl Default for VertexIndex
Source§fn default() -> VertexIndex
fn default() -> VertexIndex
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VertexIndex
impl<'de> Deserialize<'de> for VertexIndex
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 VertexIndex
impl Display for VertexIndex
Source§impl Hash for VertexIndex
impl Hash for VertexIndex
Source§impl Ord for VertexIndex
impl Ord for VertexIndex
Source§fn cmp(&self, other: &VertexIndex) -> Ordering
fn cmp(&self, other: &VertexIndex) -> 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 VertexIndex
impl PartialEq for VertexIndex
Source§impl PartialOrd for VertexIndex
impl PartialOrd for VertexIndex
Source§impl Serialize for VertexIndex
impl Serialize for VertexIndex
impl Copy for VertexIndex
impl Eq for VertexIndex
impl GraphIndex for VertexIndex
impl Send for VertexIndex
impl StructuralPartialEq for VertexIndex
impl Sync for VertexIndex
Auto Trait Implementations§
impl Freeze for VertexIndex
impl RefUnwindSafe for VertexIndex
impl Unpin for VertexIndex
impl UnwindSafe for VertexIndex
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