pub struct RecoveryFencePermit { /* private fields */ }Expand description
Successful stage-7 proof that no recovery fence applies.
Implementations§
Source§impl RecoveryFencePermit
impl RecoveryFencePermit
Sourcepub const fn accounting(self) -> ClosureAccounting
pub const fn accounting(self) -> ClosureAccounting
Returns the exact unchanged accounting checked at stage 7.
Trait Implementations§
Source§impl Clone for RecoveryFencePermit
impl Clone for RecoveryFencePermit
Source§fn clone(&self) -> RecoveryFencePermit
fn clone(&self) -> RecoveryFencePermit
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 RecoveryFencePermit
Source§impl Debug for RecoveryFencePermit
impl Debug for RecoveryFencePermit
impl Eq for RecoveryFencePermit
Source§impl PartialEq for RecoveryFencePermit
impl PartialEq for RecoveryFencePermit
impl StructuralPartialEq for RecoveryFencePermit
Auto Trait Implementations§
impl Freeze for RecoveryFencePermit
impl RefUnwindSafe for RecoveryFencePermit
impl Send for RecoveryFencePermit
impl Sync for RecoveryFencePermit
impl Unpin for RecoveryFencePermit
impl UnsafeUnpin for RecoveryFencePermit
impl UnwindSafe for RecoveryFencePermit
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