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