pub struct SectionsConfig {
pub cwd: CwdConfig,
pub git: GitConfig,
pub model: ModelConfig,
pub context: ContextConfig,
pub quota: QuotaConfig,
pub cost: CostConfig,
}Fields§
§cwd: CwdConfig§git: GitConfig§model: ModelConfig§context: ContextConfig§quota: QuotaConfig§cost: CostConfigTrait Implementations§
Source§impl Debug for SectionsConfig
impl Debug for SectionsConfig
Source§impl Default for SectionsConfig
impl Default for SectionsConfig
Source§fn default() -> SectionsConfig
fn default() -> SectionsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SectionsConfigwhere
SectionsConfig: Default,
impl<'de> Deserialize<'de> for SectionsConfigwhere
SectionsConfig: 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 SectionsConfig
impl RefUnwindSafe for SectionsConfig
impl Send for SectionsConfig
impl Sync for SectionsConfig
impl Unpin for SectionsConfig
impl UnwindSafe for SectionsConfig
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