pub struct WorkflowTaskTombstoneLimit(/* private fields */);Expand description
Maximum tombstones returned by one audit page.
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowTaskTombstoneLimit
impl Clone for WorkflowTaskTombstoneLimit
Source§fn clone(&self) -> WorkflowTaskTombstoneLimit
fn clone(&self) -> WorkflowTaskTombstoneLimit
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 WorkflowTaskTombstoneLimit
Source§impl Debug for WorkflowTaskTombstoneLimit
impl Debug for WorkflowTaskTombstoneLimit
impl Eq for WorkflowTaskTombstoneLimit
impl StructuralPartialEq for WorkflowTaskTombstoneLimit
Auto Trait Implementations§
impl Freeze for WorkflowTaskTombstoneLimit
impl RefUnwindSafe for WorkflowTaskTombstoneLimit
impl Send for WorkflowTaskTombstoneLimit
impl Sync for WorkflowTaskTombstoneLimit
impl Unpin for WorkflowTaskTombstoneLimit
impl UnsafeUnpin for WorkflowTaskTombstoneLimit
impl UnwindSafe for WorkflowTaskTombstoneLimit
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