pub struct WriteOnly(/* private fields */);
Trait Implementations§
impl IoAccessKind for WriteOnly
Auto Trait Implementations§
impl Freeze for WriteOnly
impl RefUnwindSafe for WriteOnly
impl Send for WriteOnly
impl Sync for WriteOnly
impl Unpin for WriteOnly
impl UnwindSafe for WriteOnly
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