pub struct TrendSection {
pub enabled: bool,
pub retention_days: u32,
pub drift_threshold: f64,
}Fields§
§enabled: bool§retention_days: u32§drift_threshold: f64Trait Implementations§
Source§impl Clone for TrendSection
impl Clone for TrendSection
Source§fn clone(&self) -> TrendSection
fn clone(&self) -> TrendSection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TrendSection
impl Debug for TrendSection
Source§impl Default for TrendSection
impl Default for TrendSection
Source§impl<'de> Deserialize<'de> for TrendSection
impl<'de> Deserialize<'de> for TrendSection
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 TrendSection
impl RefUnwindSafe for TrendSection
impl Send for TrendSection
impl Sync for TrendSection
impl Unpin for TrendSection
impl UnsafeUnpin for TrendSection
impl UnwindSafe for TrendSection
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