pub struct WorkflowTaskRetention(/* private fields */);Expand description
Minimum time a terminal workflow remains queryable before physical cleanup.
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowTaskRetention
impl Clone for WorkflowTaskRetention
Source§fn clone(&self) -> WorkflowTaskRetention
fn clone(&self) -> WorkflowTaskRetention
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 WorkflowTaskRetention
Source§impl Debug for WorkflowTaskRetention
impl Debug for WorkflowTaskRetention
impl Eq for WorkflowTaskRetention
Source§impl PartialEq for WorkflowTaskRetention
impl PartialEq for WorkflowTaskRetention
impl StructuralPartialEq for WorkflowTaskRetention
Auto Trait Implementations§
impl Freeze for WorkflowTaskRetention
impl RefUnwindSafe for WorkflowTaskRetention
impl Send for WorkflowTaskRetention
impl Sync for WorkflowTaskRetention
impl Unpin for WorkflowTaskRetention
impl UnsafeUnpin for WorkflowTaskRetention
impl UnwindSafe for WorkflowTaskRetention
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