pub struct Info {}Expand description
The Info request.
This request replies InfoReply.
Associated cookie types are InfoCookie and InfoCookieUnchecked.
Trait Implementations§
Source§impl RawRequest for Info
impl RawRequest for Info
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl RequestWithReply for Info
impl RequestWithReply for Info
Source§type Cookie = InfoCookie
type Cookie = InfoCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = InfoCookieUnchecked
type CookieUnchecked = InfoCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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