pub struct PendingPreemption { /* private fields */ }Expand description
Linear proof that the final preemption depth is reserved for a safe point.
Implementations§
Auto Trait Implementations§
impl !Send for PendingPreemption
impl !Sync for PendingPreemption
impl Freeze for PendingPreemption
impl RefUnwindSafe for PendingPreemption
impl Unpin for PendingPreemption
impl UnsafeUnpin for PendingPreemption
impl UnwindSafe for PendingPreemption
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