pub struct ReplyWrite { /* private fields */ }Expand description
Write Reply
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplyWrite
impl RefUnwindSafe for ReplyWrite
impl Send for ReplyWrite
impl Sync for ReplyWrite
impl Unpin for ReplyWrite
impl UnwindSafe for ReplyWrite
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