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