pub struct NeedReply;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NeedReply
impl RefUnwindSafe for NeedReply
impl Send for NeedReply
impl Sync for NeedReply
impl Unpin for NeedReply
impl UnwindSafe for NeedReply
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