pub struct ExitPermit { /* private fields */ }Expand description
A validated, thread-bound opportunity to publish exit completion.
Auto Trait Implementations§
impl !RefUnwindSafe for ExitPermit
impl !Send for ExitPermit
impl !Sync for ExitPermit
impl !UnwindSafe for ExitPermit
impl Freeze for ExitPermit
impl Unpin for ExitPermit
impl UnsafeUnpin for ExitPermit
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