pub struct SetThresholdResponse {
pub success: bool,
pub id: u32,
}
Expand description
Different types of threshold configurations that can be set
Fields§
§success: bool
Indicates if the threshold was set successfully
id: u32
Message identifier matching the request
Trait Implementations§
Source§impl Debug for SetThresholdResponse
impl Debug for SetThresholdResponse
Source§impl<'de> Deserialize<'de> for SetThresholdResponse
impl<'de> Deserialize<'de> for SetThresholdResponse
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 SetThresholdResponse
impl RefUnwindSafe for SetThresholdResponse
impl Send for SetThresholdResponse
impl Sync for SetThresholdResponse
impl Unpin for SetThresholdResponse
impl UnwindSafe for SetThresholdResponse
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