pub struct SetThresholdParams {
pub threshold_id: i64,
}Expand description
Parameters for setting a threshold (stub - not yet implemented)
Fields§
§threshold_id: i64Trait Implementations§
Source§impl Clone for SetThresholdParams
impl Clone for SetThresholdParams
Source§fn clone(&self) -> SetThresholdParams
fn clone(&self) -> SetThresholdParams
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 Debug for SetThresholdParams
impl Debug for SetThresholdParams
Source§impl Default for SetThresholdParams
impl Default for SetThresholdParams
Source§fn default() -> SetThresholdParams
fn default() -> SetThresholdParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SetThresholdParams
impl RefUnwindSafe for SetThresholdParams
impl Send for SetThresholdParams
impl Sync for SetThresholdParams
impl Unpin for SetThresholdParams
impl UnsafeUnpin for SetThresholdParams
impl UnwindSafe for SetThresholdParams
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