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