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