pub struct WorkflowSignalRetention(/* private fields */);Expand description
Retention period for consumed and dead-letter signal identities.
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowSignalRetention
impl Clone for WorkflowSignalRetention
Source§fn clone(&self) -> WorkflowSignalRetention
fn clone(&self) -> WorkflowSignalRetention
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 WorkflowSignalRetention
Source§impl Debug for WorkflowSignalRetention
impl Debug for WorkflowSignalRetention
impl Eq for WorkflowSignalRetention
Source§impl PartialEq for WorkflowSignalRetention
impl PartialEq for WorkflowSignalRetention
impl StructuralPartialEq for WorkflowSignalRetention
Auto Trait Implementations§
impl Freeze for WorkflowSignalRetention
impl RefUnwindSafe for WorkflowSignalRetention
impl Send for WorkflowSignalRetention
impl Sync for WorkflowSignalRetention
impl Unpin for WorkflowSignalRetention
impl UnsafeUnpin for WorkflowSignalRetention
impl UnwindSafe for WorkflowSignalRetention
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