pub struct NodeInvocationId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for NodeInvocationId
impl Clone for NodeInvocationId
Source§fn clone(&self) -> NodeInvocationId
fn clone(&self) -> NodeInvocationId
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 NodeInvocationId
Source§impl Debug for NodeInvocationId
impl Debug for NodeInvocationId
Source§impl<'de> Deserialize<'de> for NodeInvocationId
impl<'de> Deserialize<'de> for NodeInvocationId
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 NodeInvocationId
impl Display for NodeInvocationId
impl Eq for NodeInvocationId
Source§impl From<NodeInvocationId> for u64
impl From<NodeInvocationId> for u64
Source§fn from(value: NodeInvocationId) -> Self
fn from(value: NodeInvocationId) -> Self
Converts to this type from the input type.
Source§impl Hash for NodeInvocationId
impl Hash for NodeInvocationId
Source§impl Ord for NodeInvocationId
impl Ord for NodeInvocationId
Source§fn cmp(&self, other: &NodeInvocationId) -> Ordering
fn cmp(&self, other: &NodeInvocationId) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for NodeInvocationId
impl PartialEq for NodeInvocationId
Source§impl PartialOrd for NodeInvocationId
impl PartialOrd for NodeInvocationId
Source§impl Serialize for NodeInvocationId
impl Serialize for NodeInvocationId
impl StructuralPartialEq for NodeInvocationId
Auto Trait Implementations§
impl Freeze for NodeInvocationId
impl RefUnwindSafe for NodeInvocationId
impl Send for NodeInvocationId
impl Sync for NodeInvocationId
impl Unpin for NodeInvocationId
impl UnsafeUnpin for NodeInvocationId
impl UnwindSafe for NodeInvocationId
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