pub struct SendReply { /* private fields */ }
Expand description
Reply type for Send.
Can be obtained from a SendCookie with Connection::wait_for_reply or from a SendCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
impl Send for SendReply
impl Sync for SendReply
Auto Trait Implementations§
impl Freeze for SendReply
impl RefUnwindSafe for SendReply
impl Unpin for SendReply
impl UnwindSafe for SendReply
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