pub struct MainLock<T>where
T: Default,{ /* private fields */ }Implementations§
Trait Implementations§
impl<T> Send for MainLock<T>where
T: Default,
impl<T> Sync for MainLock<T>where
T: Default,
Auto Trait Implementations§
impl<T> !RefUnwindSafe for MainLock<T>
impl<T> Unpin for MainLock<T>
impl<T> UnwindSafe for MainLock<T>where
T: RefUnwindSafe,
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