pub struct AgentdConfig { /* private fields */ }Expand description
Runtime configuration surviving past init; referenced by the agent loop.
Currently holds only the default guest user used when an exec request does not specify its own.
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