pub struct EndCookie { /* private fields */ }
Expand description
Cookie type for End.
This cookie can be used to get a EndReply with Connection::wait_for_reply
Trait Implementations§
source§impl CookieWithReplyChecked for EndCookie
impl CookieWithReplyChecked for EndCookie
impl CookieChecked for EndCookie
Auto Trait Implementations§
impl Freeze for EndCookie
impl RefUnwindSafe for EndCookie
impl Send for EndCookie
impl Sync for EndCookie
impl Unpin for EndCookie
impl UnwindSafe for EndCookie
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