pub struct QueryClientResources {
pub xid: u32,
}Expand description
The QueryClientResources request.
This request replies QueryClientResourcesReply.
Associated cookie types are QueryClientResourcesCookie and QueryClientResourcesCookieUnchecked.
Fields§
§xid: u32Trait Implementations§
Source§impl Clone for QueryClientResources
impl Clone for QueryClientResources
Source§fn clone(&self) -> QueryClientResources
fn clone(&self) -> QueryClientResources
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueryClientResources
impl Debug for QueryClientResources
Source§impl RawRequest for QueryClientResources
impl RawRequest for QueryClientResources
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 Request for QueryClientResources
impl Request for QueryClientResources
Source§impl RequestWithReply for QueryClientResources
impl RequestWithReply for QueryClientResources
Source§type Reply = QueryClientResourcesReply
type Reply = QueryClientResourcesReply
Reply associated with the request
Source§type Cookie = QueryClientResourcesCookie
type Cookie = QueryClientResourcesCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = QueryClientResourcesCookieUnchecked
type CookieUnchecked = QueryClientResourcesCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryClientResources
impl RefUnwindSafe for QueryClientResources
impl Send for QueryClientResources
impl Sync for QueryClientResources
impl Unpin for QueryClientResources
impl UnwindSafe for QueryClientResources
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