pub struct Args {
pub should_clean: bool,
pub should_login: bool,
pub config_file: Box<Path>,
pub test_directory: Box<Path>,
pub timeout: u32,
}
Fields§
§should_clean: bool
§should_login: bool
§config_file: Box<Path>
§test_directory: Box<Path>
§timeout: u32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Args
impl RefUnwindSafe for Args
impl Send for Args
impl Sync for Args
impl Unpin for Args
impl UnwindSafe for Args
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