Struct x11rb_async::protocol::res::QueryClientsRequest
source · pub struct QueryClientsRequest;Implementations§
Trait Implementations§
source§impl Clone for QueryClientsRequest
impl Clone for QueryClientsRequest
source§fn clone(&self) -> QueryClientsRequest
fn clone(&self) -> QueryClientsRequest
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 QueryClientsRequest
impl Debug for QueryClientsRequest
source§impl Default for QueryClientsRequest
impl Default for QueryClientsRequest
source§fn default() -> QueryClientsRequest
fn default() -> QueryClientsRequest
Returns the “default value” for a type. Read more
source§impl Hash for QueryClientsRequest
impl Hash for QueryClientsRequest
source§impl Ord for QueryClientsRequest
impl Ord for QueryClientsRequest
source§fn cmp(&self, other: &QueryClientsRequest) -> Ordering
fn cmp(&self, other: &QueryClientsRequest) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for QueryClientsRequest
impl PartialEq for QueryClientsRequest
source§fn eq(&self, other: &QueryClientsRequest) -> bool
fn eq(&self, other: &QueryClientsRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for QueryClientsRequest
impl PartialOrd for QueryClientsRequest
source§fn partial_cmp(&self, other: &QueryClientsRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &QueryClientsRequest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl ReplyRequest for QueryClientsRequest
impl ReplyRequest for QueryClientsRequest
§type Reply = QueryClientsReply
type Reply = QueryClientsReply
The kind of reply that this request generates.
source§impl Request for QueryClientsRequest
impl Request for QueryClientsRequest
impl Copy for QueryClientsRequest
impl Eq for QueryClientsRequest
impl StructuralEq for QueryClientsRequest
impl StructuralPartialEq for QueryClientsRequest
Auto Trait Implementations§
impl RefUnwindSafe for QueryClientsRequest
impl Send for QueryClientsRequest
impl Sync for QueryClientsRequest
impl Unpin for QueryClientsRequest
impl UnwindSafe for QueryClientsRequest
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