pub struct RW;Expand description
Read/Write transfer
Auto Trait Implementations§
impl Freeze for RW
impl RefUnwindSafe for RW
impl Send for RW
impl Sync for RW
impl Unpin for RW
impl UnwindSafe for RW
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