pub struct DefaultsSection {
pub context_format: Option<String>,
pub token_budget: Option<i32>,
pub strict_markdown: Option<bool>,
pub strict_refs: Option<bool>,
pub secrets_mode: Option<String>,
}Fields§
§context_format: Option<String>§token_budget: Option<i32>§strict_markdown: Option<bool>§strict_refs: Option<bool>§secrets_mode: Option<String>Trait Implementations§
Source§impl Clone for DefaultsSection
impl Clone for DefaultsSection
Source§fn clone(&self) -> DefaultsSection
fn clone(&self) -> DefaultsSection
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 DefaultsSection
impl Debug for DefaultsSection
Source§impl<'de> Deserialize<'de> for DefaultsSection
impl<'de> Deserialize<'de> for DefaultsSection
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 DefaultsSection
impl RefUnwindSafe for DefaultsSection
impl Send for DefaultsSection
impl Sync for DefaultsSection
impl Unpin for DefaultsSection
impl UnwindSafe for DefaultsSection
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