pub struct AgentdConfig { /* private fields */ }Expand description
Runtime configuration surviving past init; referenced by the agent loop.
Holds runtime settings used after init, including the default guest user and security profile for exec sessions.
Implementations§
Source§impl AgentdConfig
impl AgentdConfig
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentdConfig
impl RefUnwindSafe for AgentdConfig
impl Send for AgentdConfig
impl Sync for AgentdConfig
impl Unpin for AgentdConfig
impl UnsafeUnpin for AgentdConfig
impl UnwindSafe for AgentdConfig
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