pub struct AppConfig {
pub paths: ConfigPaths,
pub agents: BTreeMap<String, String>,
pub default_agent: String,
pub saved_playgrounds_dir: PathBuf,
pub playgrounds: BTreeMap<String, PlaygroundDefinition>,
}Fields§
§paths: ConfigPaths§agents: BTreeMap<String, String>§default_agent: String§saved_playgrounds_dir: PathBuf§playgrounds: BTreeMap<String, PlaygroundDefinition>Implementations§
Trait Implementations§
impl Eq for AppConfig
impl StructuralPartialEq for AppConfig
Auto Trait Implementations§
impl Freeze for AppConfig
impl RefUnwindSafe for AppConfig
impl Send for AppConfig
impl Sync for AppConfig
impl Unpin for AppConfig
impl UnsafeUnpin for AppConfig
impl UnwindSafe for AppConfig
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