pub struct DisabledPreemptGuard { /* private fields */ }Expand description
A guard for disable preempt.
Trait Implementations§
Source§impl Debug for DisabledPreemptGuard
impl Debug for DisabledPreemptGuard
Source§impl GuardTransfer for DisabledPreemptGuard
impl GuardTransfer for DisabledPreemptGuard
Source§fn transfer_to(&mut self) -> Self
fn transfer_to(&mut self) -> Self
Auto Trait Implementations§
impl Freeze for DisabledPreemptGuard
impl RefUnwindSafe for DisabledPreemptGuard
impl Send for DisabledPreemptGuard
impl Sync for DisabledPreemptGuard
impl Unpin for DisabledPreemptGuard
impl UnwindSafe for DisabledPreemptGuard
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