pub struct PruneAuthority<'a> { /* private fields */ }Expand description
Unforgeable evidence that pruning was reached through e1’s launch request. The type is public only because it appears in the public adapter trait; its private field and constructor prevent callers from substituting a guard acquired from an unrelated lock.
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PruneAuthority<'a>
impl<'a> !UnwindSafe for PruneAuthority<'a>
impl<'a> Freeze for PruneAuthority<'a>
impl<'a> Send for PruneAuthority<'a>
impl<'a> Sync for PruneAuthority<'a>
impl<'a> Unpin for PruneAuthority<'a>
impl<'a> UnsafeUnpin for PruneAuthority<'a>
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