pub struct InterruptGuard;
Implementationsยง
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for InterruptGuard
impl RefUnwindSafe for InterruptGuard
impl Send for InterruptGuard
impl Sync for InterruptGuard
impl Unpin for InterruptGuard
impl UnwindSafe for InterruptGuard
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