pub struct LoadedAgenticConfig {
pub config: AgenticConfig,
pub warnings: Vec<AdvisoryWarning>,
pub paths: AgenticConfigPaths,
}Expand description
Result of loading configuration.
Fields§
§config: AgenticConfigThe loaded and merged configuration.
warnings: Vec<AdvisoryWarning>Advisory warnings from validation.
paths: AgenticConfigPathsResolved config file paths.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadedAgenticConfig
impl RefUnwindSafe for LoadedAgenticConfig
impl Send for LoadedAgenticConfig
impl Sync for LoadedAgenticConfig
impl Unpin for LoadedAgenticConfig
impl UnsafeUnpin for LoadedAgenticConfig
impl UnwindSafe for LoadedAgenticConfig
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