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