pub struct GetClientsParams {
pub client: Option<String>,
}Expand description
Parameters for Client::get_clients (wire method getClients).
Fields§
§client: Option<String>Trait Implementations§
Source§impl Clone for GetClientsParams
impl Clone for GetClientsParams
Source§fn clone(&self) -> GetClientsParams
fn clone(&self) -> GetClientsParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetClientsParams
impl Debug for GetClientsParams
Source§impl Default for GetClientsParams
impl Default for GetClientsParams
Source§fn default() -> GetClientsParams
fn default() -> GetClientsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetClientsParams
impl RefUnwindSafe for GetClientsParams
impl Send for GetClientsParams
impl Sync for GetClientsParams
impl Unpin for GetClientsParams
impl UnsafeUnpin for GetClientsParams
impl UnwindSafe for GetClientsParams
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