pub struct ReportSettings {
pub all: bool,
pub reverse: bool,
pub lines: usize,
pub exclude: Vec<String>,
}
Fields§
§all: bool
§reverse: bool
§lines: usize
§exclude: Vec<String>
Implementations§
Source§impl ReportSettings
impl ReportSettings
pub fn new() -> ReportSettings
pub fn settings(&mut self, matches: &ArgMatches<'_>)
Auto Trait Implementations§
impl Freeze for ReportSettings
impl RefUnwindSafe for ReportSettings
impl Send for ReportSettings
impl Sync for ReportSettings
impl Unpin for ReportSettings
impl UnwindSafe for ReportSettings
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