pub struct Args {
pub dir_only: bool,
pub file_only: bool,
pub recursive: bool,
pub apply: bool,
pub brief: bool,
}Fields§
§dir_only: bool§file_only: bool§recursive: bool§apply: bool§brief: boolAuto 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