pub struct TimeframesConfig {
pub enabled: Vec<String>,
pub primary: String,
}Fields§
§enabled: Vec<String>§primary: StringTrait Implementations§
Source§impl Clone for TimeframesConfig
impl Clone for TimeframesConfig
Source§fn clone(&self) -> TimeframesConfig
fn clone(&self) -> TimeframesConfig
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 TimeframesConfig
impl Debug for TimeframesConfig
Source§impl Default for TimeframesConfig
impl Default for TimeframesConfig
Source§impl<'de> Deserialize<'de> for TimeframesConfigwhere
TimeframesConfig: Default,
impl<'de> Deserialize<'de> for TimeframesConfigwhere
TimeframesConfig: Default,
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 TimeframesConfig
impl RefUnwindSafe for TimeframesConfig
impl Send for TimeframesConfig
impl Sync for TimeframesConfig
impl Unpin for TimeframesConfig
impl UnsafeUnpin for TimeframesConfig
impl UnwindSafe for TimeframesConfig
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