#[repr(transparent)]pub struct FlowEdgeId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for FlowEdgeId
impl Clone for FlowEdgeId
Source§fn clone(&self) -> FlowEdgeId
fn clone(&self) -> FlowEdgeId
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 FlowEdgeId
impl Debug for FlowEdgeId
Source§impl Deref for FlowEdgeId
impl Deref for FlowEdgeId
Source§impl<'de> Deserialize<'de> for FlowEdgeId
impl<'de> Deserialize<'de> for FlowEdgeId
Source§fn deserialize<D>(deserializer: D) -> Result<FlowEdgeId, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<FlowEdgeId, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<FlowEdgeId> for u64
impl From<FlowEdgeId> for u64
Source§fn from(value: FlowEdgeId) -> Self
fn from(value: FlowEdgeId) -> Self
Converts to this type from the input type.
Source§impl From<u64> for FlowEdgeId
impl From<u64> for FlowEdgeId
Source§impl Hash for FlowEdgeId
impl Hash for FlowEdgeId
Source§impl Ord for FlowEdgeId
impl Ord for FlowEdgeId
Source§fn cmp(&self, other: &FlowEdgeId) -> Ordering
fn cmp(&self, other: &FlowEdgeId) -> 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<u64> for FlowEdgeId
impl PartialEq<u64> for FlowEdgeId
Source§impl PartialEq for FlowEdgeId
impl PartialEq for FlowEdgeId
Source§impl PartialOrd for FlowEdgeId
impl PartialOrd for FlowEdgeId
Source§impl Serialize for FlowEdgeId
impl Serialize for FlowEdgeId
impl Copy for FlowEdgeId
impl Eq for FlowEdgeId
impl StructuralPartialEq for FlowEdgeId
Auto Trait Implementations§
impl Freeze for FlowEdgeId
impl RefUnwindSafe for FlowEdgeId
impl Send for FlowEdgeId
impl Sync for FlowEdgeId
impl Unpin for FlowEdgeId
impl UnwindSafe for FlowEdgeId
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.