pub struct Config { /* private fields */ }Expand description
Configuration structure holding merged profile definitions and primary post-prompt.
Profiles map names to ProfileDef values, where each profile carries the
library root it was loaded against. After a bundle load, profiles from all
imported configs are flattened into this one map; post_prompt only
reflects the primary config (imports’ post_prompt values are ignored).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnsafeUnpin for Config
impl UnwindSafe for Config
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