pub struct PreemptionHandle { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreemptionHandle
impl RefUnwindSafe for PreemptionHandle
impl Send for PreemptionHandle
impl Sync for PreemptionHandle
impl Unpin for PreemptionHandle
impl UnwindSafe for PreemptionHandle
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