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