pub struct PreparedRecoveryReceiptSource { /* private fields */ }Expand description
One exact durable receipt row admitted to recovery classification.
Trait Implementations§
Source§impl Clone for PreparedRecoveryReceiptSource
impl Clone for PreparedRecoveryReceiptSource
Source§fn clone(&self) -> PreparedRecoveryReceiptSource
fn clone(&self) -> PreparedRecoveryReceiptSource
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 PreparedRecoveryReceiptSource
impl StructuralPartialEq for PreparedRecoveryReceiptSource
Auto Trait Implementations§
impl Freeze for PreparedRecoveryReceiptSource
impl RefUnwindSafe for PreparedRecoveryReceiptSource
impl Send for PreparedRecoveryReceiptSource
impl Sync for PreparedRecoveryReceiptSource
impl Unpin for PreparedRecoveryReceiptSource
impl UnsafeUnpin for PreparedRecoveryReceiptSource
impl UnwindSafe for PreparedRecoveryReceiptSource
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CoreExecutorTurnFinalizationGuard for Twhere
T: Send,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.