#[repr(transparent)]pub struct FlowNodeId(pub u64);Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for FlowNodeId
impl Clone for FlowNodeId
Source§fn clone(&self) -> FlowNodeId
fn clone(&self) -> FlowNodeId
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 FlowNodeId
impl Debug for FlowNodeId
Source§impl Deref for FlowNodeId
impl Deref for FlowNodeId
Source§impl<'de> Deserialize<'de> for FlowNodeId
impl<'de> Deserialize<'de> for FlowNodeId
Source§fn deserialize<D>(deserializer: D) -> Result<FlowNodeId, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<FlowNodeId, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for FlowNodeId
impl Display for FlowNodeId
Source§impl From<&FlowNodeId> for FlowNodeId
impl From<&FlowNodeId> for FlowNodeId
Source§fn from(value: &FlowNodeId) -> Self
fn from(value: &FlowNodeId) -> Self
Converts to this type from the input type.
Source§impl From<FlowNodeId> for u64
impl From<FlowNodeId> for u64
Source§fn from(value: FlowNodeId) -> Self
fn from(value: FlowNodeId) -> Self
Converts to this type from the input type.
Source§impl From<u64> for FlowNodeId
impl From<u64> for FlowNodeId
Source§impl Hash for FlowNodeId
impl Hash for FlowNodeId
Source§impl Ord for FlowNodeId
impl Ord for FlowNodeId
Source§fn cmp(&self, other: &FlowNodeId) -> Ordering
fn cmp(&self, other: &FlowNodeId) -> 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 FlowNodeId
impl PartialEq<u64> for FlowNodeId
Source§impl PartialEq for FlowNodeId
impl PartialEq for FlowNodeId
Source§impl PartialOrd for FlowNodeId
impl PartialOrd for FlowNodeId
Source§impl Serialize for FlowNodeId
impl Serialize for FlowNodeId
impl Copy for FlowNodeId
impl Eq for FlowNodeId
impl StructuralPartialEq for FlowNodeId
Auto Trait Implementations§
impl Freeze for FlowNodeId
impl RefUnwindSafe for FlowNodeId
impl Send for FlowNodeId
impl Sync for FlowNodeId
impl Unpin for FlowNodeId
impl UnwindSafe for FlowNodeId
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