pub struct WorkflowTaskTombstonePurgeId(/* private fields */);Expand description
Stable identity of one prepared purge set.
Implementations§
Source§impl WorkflowTaskTombstonePurgeId
impl WorkflowTaskTombstonePurgeId
Sourcepub const fn from_checkpoint_id(value: CheckpointId) -> Self
pub const fn from_checkpoint_id(value: CheckpointId) -> Self
Creates an identity from its stored UUID-shaped value.
Sourcepub const fn as_checkpoint_id(self) -> CheckpointId
pub const fn as_checkpoint_id(self) -> CheckpointId
Returns the underlying portable identity.
Trait Implementations§
Source§impl Clone for WorkflowTaskTombstonePurgeId
impl Clone for WorkflowTaskTombstonePurgeId
Source§fn clone(&self) -> WorkflowTaskTombstonePurgeId
fn clone(&self) -> WorkflowTaskTombstonePurgeId
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 WorkflowTaskTombstonePurgeId
Source§impl Debug for WorkflowTaskTombstonePurgeId
impl Debug for WorkflowTaskTombstonePurgeId
impl Eq for WorkflowTaskTombstonePurgeId
Source§impl Hash for WorkflowTaskTombstonePurgeId
impl Hash for WorkflowTaskTombstonePurgeId
Source§impl Ord for WorkflowTaskTombstonePurgeId
impl Ord for WorkflowTaskTombstonePurgeId
Source§fn cmp(&self, other: &WorkflowTaskTombstonePurgeId) -> Ordering
fn cmp(&self, other: &WorkflowTaskTombstonePurgeId) -> 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 WorkflowTaskTombstonePurgeId
impl PartialOrd for WorkflowTaskTombstonePurgeId
impl StructuralPartialEq for WorkflowTaskTombstonePurgeId
Auto Trait Implementations§
impl Freeze for WorkflowTaskTombstonePurgeId
impl RefUnwindSafe for WorkflowTaskTombstonePurgeId
impl Send for WorkflowTaskTombstonePurgeId
impl Sync for WorkflowTaskTombstonePurgeId
impl Unpin for WorkflowTaskTombstonePurgeId
impl UnsafeUnpin for WorkflowTaskTombstonePurgeId
impl UnwindSafe for WorkflowTaskTombstonePurgeId
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