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