pub struct BatchInvocationId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for BatchInvocationId
impl Clone for BatchInvocationId
Source§fn clone(&self) -> BatchInvocationId
fn clone(&self) -> BatchInvocationId
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 BatchInvocationId
Source§impl Debug for BatchInvocationId
impl Debug for BatchInvocationId
Source§impl<'de> Deserialize<'de> for BatchInvocationId
impl<'de> Deserialize<'de> for BatchInvocationId
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 BatchInvocationId
impl Display for BatchInvocationId
impl Eq for BatchInvocationId
Source§impl From<BatchInvocationId> for u64
impl From<BatchInvocationId> for u64
Source§fn from(value: BatchInvocationId) -> Self
fn from(value: BatchInvocationId) -> Self
Converts to this type from the input type.
Source§impl Hash for BatchInvocationId
impl Hash for BatchInvocationId
Source§impl Ord for BatchInvocationId
impl Ord for BatchInvocationId
Source§fn cmp(&self, other: &BatchInvocationId) -> Ordering
fn cmp(&self, other: &BatchInvocationId) -> 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 BatchInvocationId
impl PartialEq for BatchInvocationId
Source§impl PartialOrd for BatchInvocationId
impl PartialOrd for BatchInvocationId
Source§impl Serialize for BatchInvocationId
impl Serialize for BatchInvocationId
impl StructuralPartialEq for BatchInvocationId
Auto Trait Implementations§
impl Freeze for BatchInvocationId
impl RefUnwindSafe for BatchInvocationId
impl Send for BatchInvocationId
impl Sync for BatchInvocationId
impl Unpin for BatchInvocationId
impl UnsafeUnpin for BatchInvocationId
impl UnwindSafe for BatchInvocationId
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