pub struct ClientArgs {
pub manifest: PathBuf,
pub targets: Option<Vec<String>>,
pub groups: Option<Vec<String>>,
pub inventory: Option<PathBuf>,
}
Fields§
§manifest: PathBuf
§targets: Option<Vec<String>>
§groups: Option<Vec<String>>
§inventory: Option<PathBuf>
Auto Trait Implementations§
impl Freeze for ClientArgs
impl RefUnwindSafe for ClientArgs
impl Send for ClientArgs
impl Sync for ClientArgs
impl Unpin for ClientArgs
impl UnwindSafe for ClientArgs
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