pub struct SetThresholdAlertRequest {
pub threshold_alert_amount: Option<f64>,
}
Fields§
§threshold_alert_amount: Option<f64>
Implementations§
Source§impl SetThresholdAlertRequest
impl SetThresholdAlertRequest
pub fn new() -> SetThresholdAlertRequest
Trait Implementations§
Source§impl Clone for SetThresholdAlertRequest
impl Clone for SetThresholdAlertRequest
Source§fn clone(&self) -> SetThresholdAlertRequest
fn clone(&self) -> SetThresholdAlertRequest
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 SetThresholdAlertRequest
impl Debug for SetThresholdAlertRequest
Source§impl Default for SetThresholdAlertRequest
impl Default for SetThresholdAlertRequest
Source§fn default() -> SetThresholdAlertRequest
fn default() -> SetThresholdAlertRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetThresholdAlertRequest
impl<'de> Deserialize<'de> for SetThresholdAlertRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SetThresholdAlertRequest
impl PartialEq for SetThresholdAlertRequest
Source§impl Serialize for SetThresholdAlertRequest
impl Serialize for SetThresholdAlertRequest
impl StructuralPartialEq for SetThresholdAlertRequest
Auto Trait Implementations§
impl Freeze for SetThresholdAlertRequest
impl RefUnwindSafe for SetThresholdAlertRequest
impl Send for SetThresholdAlertRequest
impl Sync for SetThresholdAlertRequest
impl Unpin for SetThresholdAlertRequest
impl UnwindSafe for SetThresholdAlertRequest
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