pub struct QueryClientIdsRequest<'input> {
    pub specs: Cow<'input, [ClientIdSpec]>,
}Fields§
§specs: Cow<'input, [ClientIdSpec]>Implementations§
Source§impl<'input> QueryClientIdsRequest<'input>
 
impl<'input> QueryClientIdsRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for QueryClientIdsRequest<'input>
 
impl<'input> Clone for QueryClientIdsRequest<'input>
Source§fn clone(&self) -> QueryClientIdsRequest<'input>
 
fn clone(&self) -> QueryClientIdsRequest<'input>
Returns a duplicate 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<'input> Debug for QueryClientIdsRequest<'input>
 
impl<'input> Debug for QueryClientIdsRequest<'input>
Source§impl<'input> Default for QueryClientIdsRequest<'input>
 
impl<'input> Default for QueryClientIdsRequest<'input>
Source§fn default() -> QueryClientIdsRequest<'input>
 
fn default() -> QueryClientIdsRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Hash for QueryClientIdsRequest<'input>
 
impl<'input> Hash for QueryClientIdsRequest<'input>
Source§impl<'input> Ord for QueryClientIdsRequest<'input>
 
impl<'input> Ord for QueryClientIdsRequest<'input>
Source§fn cmp(&self, other: &QueryClientIdsRequest<'input>) -> Ordering
 
fn cmp(&self, other: &QueryClientIdsRequest<'input>) -> 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<'input> PartialEq for QueryClientIdsRequest<'input>
 
impl<'input> PartialEq for QueryClientIdsRequest<'input>
Source§fn eq(&self, other: &QueryClientIdsRequest<'input>) -> bool
 
fn eq(&self, other: &QueryClientIdsRequest<'input>) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'input> PartialOrd for QueryClientIdsRequest<'input>
 
impl<'input> PartialOrd for QueryClientIdsRequest<'input>
Source§impl<'input> ReplyRequest for QueryClientIdsRequest<'input>
 
impl<'input> ReplyRequest for QueryClientIdsRequest<'input>
Source§type Reply = QueryClientIdsReply
 
type Reply = QueryClientIdsReply
The kind of reply that this request generates.
Source§impl<'input> Request for QueryClientIdsRequest<'input>
 
impl<'input> Request for QueryClientIdsRequest<'input>
impl<'input> Eq for QueryClientIdsRequest<'input>
impl<'input> StructuralPartialEq for QueryClientIdsRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for QueryClientIdsRequest<'input>
impl<'input> RefUnwindSafe for QueryClientIdsRequest<'input>
impl<'input> Send for QueryClientIdsRequest<'input>
impl<'input> Sync for QueryClientIdsRequest<'input>
impl<'input> Unpin for QueryClientIdsRequest<'input>
impl<'input> UnwindSafe for QueryClientIdsRequest<'input>
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