pub struct WorkflowCheckpointHistoryLimit(/* private fields */);Expand description
Maximum number of immutable checkpoint revisions returned by one query.
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowCheckpointHistoryLimit
impl Clone for WorkflowCheckpointHistoryLimit
Source§fn clone(&self) -> WorkflowCheckpointHistoryLimit
fn clone(&self) -> WorkflowCheckpointHistoryLimit
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 WorkflowCheckpointHistoryLimit
impl Eq for WorkflowCheckpointHistoryLimit
impl StructuralPartialEq for WorkflowCheckpointHistoryLimit
Auto Trait Implementations§
impl Freeze for WorkflowCheckpointHistoryLimit
impl RefUnwindSafe for WorkflowCheckpointHistoryLimit
impl Send for WorkflowCheckpointHistoryLimit
impl Sync for WorkflowCheckpointHistoryLimit
impl Unpin for WorkflowCheckpointHistoryLimit
impl UnsafeUnpin for WorkflowCheckpointHistoryLimit
impl UnwindSafe for WorkflowCheckpointHistoryLimit
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