pub struct CccConfig {
pub default_runner: String,
pub default_provider: String,
pub default_model: String,
pub default_thinking: Option<i32>,
pub default_show_thinking: bool,
pub default_sanitize_osc: Option<bool>,
pub default_output_mode: String,
pub aliases: BTreeMap<String, AliasDef>,
pub abbreviations: BTreeMap<String, String>,
}Fields§
§default_runner: String§default_provider: String§default_model: String§default_thinking: Option<i32>§default_show_thinking: bool§default_sanitize_osc: Option<bool>§default_output_mode: String§aliases: BTreeMap<String, AliasDef>§abbreviations: BTreeMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CccConfig
impl RefUnwindSafe for CccConfig
impl Send for CccConfig
impl Sync for CccConfig
impl Unpin for CccConfig
impl UnsafeUnpin for CccConfig
impl UnwindSafe for CccConfig
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