pub struct WriteOnly<I> { /* private fields */ }
Implementations
Auto Trait Implementations
impl<I> RefUnwindSafe for WriteOnly<I> where
I: RefUnwindSafe,
impl<I> Send for WriteOnly<I> where
I: Send,
impl<I> Sync for WriteOnly<I> where
I: Sync,
impl<I> Unpin for WriteOnly<I> where
I: Unpin,
impl<I> UnwindSafe for WriteOnly<I> where
I: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more