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