pub struct QueryClients {}Expand description
The QueryClients request.
This request replies QueryClientsReply.
Associated cookie types are QueryClientsCookie and QueryClientsCookieUnchecked.
Trait Implementations§
Source§impl Clone for QueryClients
impl Clone for QueryClients
Source§fn clone(&self) -> QueryClients
fn clone(&self) -> QueryClients
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 QueryClients
impl Debug for QueryClients
Source§impl RawRequest for QueryClients
impl RawRequest for QueryClients
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 QueryClients
impl Request for QueryClients
Source§impl RequestWithReply for QueryClients
impl RequestWithReply for QueryClients
Source§type Reply = QueryClientsReply
type Reply = QueryClientsReply
Reply associated with the request
Source§type Cookie = QueryClientsCookie
type Cookie = QueryClientsCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = QueryClientsCookieUnchecked
type CookieUnchecked = QueryClientsCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryClients
impl RefUnwindSafe for QueryClients
impl Send for QueryClients
impl Sync for QueryClients
impl Unpin for QueryClients
impl UnwindSafe for QueryClients
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