pub struct Preemption { /* private fields */ }
Implementations§
Source§impl Preemption
impl Preemption
pub const fn new() -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Preemption
impl RefUnwindSafe for Preemption
impl Send for Preemption
impl Sync for Preemption
impl Unpin for Preemption
impl UnwindSafe for Preemption
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