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