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