pub struct SettingsSections {
pub env: Option<EnvSection>,
pub gate: Option<GateSection>,
pub report: Option<ReportSection>,
}Expand description
Every tak.toml table that feeds a setting.
Fields§
§env: Option<EnvSection>§gate: Option<GateSection>§report: Option<ReportSection>Trait Implementations§
Source§impl Debug for SettingsSections
impl Debug for SettingsSections
Source§impl Default for SettingsSections
impl Default for SettingsSections
Source§fn default() -> SettingsSections
fn default() -> SettingsSections
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SettingsSections
impl<'de> Deserialize<'de> for SettingsSections
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 SettingsSections
impl RefUnwindSafe for SettingsSections
impl Send for SettingsSections
impl Sync for SettingsSections
impl Unpin for SettingsSections
impl UnsafeUnpin for SettingsSections
impl UnwindSafe for SettingsSections
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