pub struct PreparedRecoveryInputDelete { /* private fields */ }Expand description
Exact predecessor authority for deleting one recovery-discarded input row.
Construction is crate-owned by the generated recovery path. Public store implementations can inspect the values but callers cannot turn omission from a target image into delete authority.
Implementations§
Trait Implementations§
Source§impl Clone for PreparedRecoveryInputDelete
impl Clone for PreparedRecoveryInputDelete
Source§fn clone(&self) -> PreparedRecoveryInputDelete
fn clone(&self) -> PreparedRecoveryInputDelete
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 moreAuto Trait Implementations§
impl Freeze for PreparedRecoveryInputDelete
impl RefUnwindSafe for PreparedRecoveryInputDelete
impl Send for PreparedRecoveryInputDelete
impl Sync for PreparedRecoveryInputDelete
impl Unpin for PreparedRecoveryInputDelete
impl UnsafeUnpin for PreparedRecoveryInputDelete
impl UnwindSafe for PreparedRecoveryInputDelete
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