pub struct StableEdgeKey { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for StableEdgeKey
impl Clone for StableEdgeKey
Source§fn clone(&self) -> StableEdgeKey
fn clone(&self) -> StableEdgeKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StableEdgeKey
Source§impl Debug for StableEdgeKey
impl Debug for StableEdgeKey
Source§impl<'de> Deserialize<'de> for StableEdgeKey
impl<'de> Deserialize<'de> for StableEdgeKey
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
impl Eq for StableEdgeKey
Source§impl Hash for StableEdgeKey
impl Hash for StableEdgeKey
Source§impl Ord for StableEdgeKey
impl Ord for StableEdgeKey
Source§fn cmp(&self, other: &StableEdgeKey) -> Ordering
fn cmp(&self, other: &StableEdgeKey) -> Ordering
1.21.0 (const: unstable) · 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 StableEdgeKey
impl PartialEq for StableEdgeKey
Source§impl PartialOrd for StableEdgeKey
impl PartialOrd for StableEdgeKey
Source§impl Serialize for StableEdgeKey
impl Serialize for StableEdgeKey
impl StructuralPartialEq for StableEdgeKey
Auto Trait Implementations§
impl Freeze for StableEdgeKey
impl RefUnwindSafe for StableEdgeKey
impl Send for StableEdgeKey
impl Sync for StableEdgeKey
impl Unpin for StableEdgeKey
impl UnsafeUnpin for StableEdgeKey
impl UnwindSafe for StableEdgeKey
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