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