pub struct ApiAlertConfigViewThreshold {
pub operator: String,
pub threshold: usize,
pub units: String,
}
Fields§
§operator: String
§threshold: usize
§units: String
Trait Implementations§
Source§impl Debug for ApiAlertConfigViewThreshold
impl Debug for ApiAlertConfigViewThreshold
Source§impl<'de> Deserialize<'de> for ApiAlertConfigViewThreshold
impl<'de> Deserialize<'de> for ApiAlertConfigViewThreshold
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
Auto Trait Implementations§
impl Freeze for ApiAlertConfigViewThreshold
impl RefUnwindSafe for ApiAlertConfigViewThreshold
impl Send for ApiAlertConfigViewThreshold
impl Sync for ApiAlertConfigViewThreshold
impl Unpin for ApiAlertConfigViewThreshold
impl UnwindSafe for ApiAlertConfigViewThreshold
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