pub struct Args {
pub op: OpName,
pub log_type: LogType,
pub paths: Vec<PathBuf>,
}Fields§
§op: OpNameop is the set operation requested
log_type: LogTypeShould we count the number of times each line occurs?
paths: Vec<PathBuf>paths is the list of files from the command line
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