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