pub struct RpWrite {}Expand description
Reply for write operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpWrite
impl RefUnwindSafe for RpWrite
impl Send for RpWrite
impl Sync for RpWrite
impl Unpin for RpWrite
impl UnwindSafe for RpWrite
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