pub struct WorkflowTaskTombstoneExportReceipt(/* private fields */);Expand description
Opaque receipt proving an external archive accepted a tombstone prefix.
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowTaskTombstoneExportReceipt
impl Clone for WorkflowTaskTombstoneExportReceipt
Source§fn clone(&self) -> WorkflowTaskTombstoneExportReceipt
fn clone(&self) -> WorkflowTaskTombstoneExportReceipt
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 Eq for WorkflowTaskTombstoneExportReceipt
impl StructuralPartialEq for WorkflowTaskTombstoneExportReceipt
Auto Trait Implementations§
impl Freeze for WorkflowTaskTombstoneExportReceipt
impl RefUnwindSafe for WorkflowTaskTombstoneExportReceipt
impl Send for WorkflowTaskTombstoneExportReceipt
impl Sync for WorkflowTaskTombstoneExportReceipt
impl Unpin for WorkflowTaskTombstoneExportReceipt
impl UnsafeUnpin for WorkflowTaskTombstoneExportReceipt
impl UnwindSafe for WorkflowTaskTombstoneExportReceipt
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