pub struct AnyAtomicGuard;Expand description
A dummy type satisfying InAtomicMode, used when the concrete
guard type is irrelevant (e.g. in external_body stubs).
Trait Implementations§
impl InAtomicMode for AnyAtomicGuard
Auto Trait Implementations§
impl Freeze for AnyAtomicGuard
impl RefUnwindSafe for AnyAtomicGuard
impl Send for AnyAtomicGuard
impl Sync for AnyAtomicGuard
impl Unpin for AnyAtomicGuard
impl UnsafeUnpin for AnyAtomicGuard
impl UnwindSafe for AnyAtomicGuard
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