pub struct WorkflowTaskTombstonePurgeLimit(/* private fields */);Expand description
Maximum tombstones captured in one immutable purge intent.
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowTaskTombstonePurgeLimit
impl Clone for WorkflowTaskTombstonePurgeLimit
Source§fn clone(&self) -> WorkflowTaskTombstonePurgeLimit
fn clone(&self) -> WorkflowTaskTombstonePurgeLimit
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 WorkflowTaskTombstonePurgeLimit
impl Eq for WorkflowTaskTombstonePurgeLimit
impl StructuralPartialEq for WorkflowTaskTombstonePurgeLimit
Auto Trait Implementations§
impl Freeze for WorkflowTaskTombstonePurgeLimit
impl RefUnwindSafe for WorkflowTaskTombstonePurgeLimit
impl Send for WorkflowTaskTombstonePurgeLimit
impl Sync for WorkflowTaskTombstonePurgeLimit
impl Unpin for WorkflowTaskTombstonePurgeLimit
impl UnsafeUnpin for WorkflowTaskTombstonePurgeLimit
impl UnwindSafe for WorkflowTaskTombstonePurgeLimit
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