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