pub struct AgentArgs {
pub config: PathBuf,
}
Fields§
§config: PathBuf
Auto Trait Implementations§
impl Freeze for AgentArgs
impl RefUnwindSafe for AgentArgs
impl Send for AgentArgs
impl Sync for AgentArgs
impl Unpin for AgentArgs
impl UnwindSafe for AgentArgs
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