pub struct WorkflowTaskTombstoneArchiveBatchId(/* private fields */);Expand description
Stable idempotency identity for one ordered archive batch.
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowTaskTombstoneArchiveBatchId
impl Clone for WorkflowTaskTombstoneArchiveBatchId
Source§fn clone(&self) -> WorkflowTaskTombstoneArchiveBatchId
fn clone(&self) -> WorkflowTaskTombstoneArchiveBatchId
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 Eq for WorkflowTaskTombstoneArchiveBatchId
Source§impl Ord for WorkflowTaskTombstoneArchiveBatchId
impl Ord for WorkflowTaskTombstoneArchiveBatchId
Source§fn cmp(&self, other: &WorkflowTaskTombstoneArchiveBatchId) -> Ordering
fn cmp(&self, other: &WorkflowTaskTombstoneArchiveBatchId) -> 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 PartialOrd for WorkflowTaskTombstoneArchiveBatchId
impl PartialOrd for WorkflowTaskTombstoneArchiveBatchId
impl StructuralPartialEq for WorkflowTaskTombstoneArchiveBatchId
Auto Trait Implementations§
impl Freeze for WorkflowTaskTombstoneArchiveBatchId
impl RefUnwindSafe for WorkflowTaskTombstoneArchiveBatchId
impl Send for WorkflowTaskTombstoneArchiveBatchId
impl Sync for WorkflowTaskTombstoneArchiveBatchId
impl Unpin for WorkflowTaskTombstoneArchiveBatchId
impl UnsafeUnpin for WorkflowTaskTombstoneArchiveBatchId
impl UnwindSafe for WorkflowTaskTombstoneArchiveBatchId
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