pub struct HysteresisConfig {
pub min_hold_secs: u64,
pub confirmation_count: u32,
}Fields§
§min_hold_secs: u64§confirmation_count: u32Trait Implementations§
Source§impl Clone for HysteresisConfig
impl Clone for HysteresisConfig
Source§fn clone(&self) -> HysteresisConfig
fn clone(&self) -> HysteresisConfig
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 HysteresisConfig
impl Debug for HysteresisConfig
Source§impl Default for HysteresisConfig
impl Default for HysteresisConfig
Source§impl<'de> Deserialize<'de> for HysteresisConfig
impl<'de> Deserialize<'de> for HysteresisConfig
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 HysteresisConfig
impl RefUnwindSafe for HysteresisConfig
impl Send for HysteresisConfig
impl Sync for HysteresisConfig
impl Unpin for HysteresisConfig
impl UnsafeUnpin for HysteresisConfig
impl UnwindSafe for HysteresisConfig
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