pub struct WriteRead(/* private fields */);Expand description
A marker for the write/read direction
Auto Trait Implementations§
impl Freeze for WriteRead
impl RefUnwindSafe for WriteRead
impl Send for WriteRead
impl Sync for WriteRead
impl Unpin for WriteRead
impl UnwindSafe for WriteRead
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