pub struct VerbosityFields {
pub json: bool,
pub json_pretty: bool,
pub json_error: bool,
pub verbose: bool,
}
Expand description
Contains informations about verbosity options
Fieldsยง
ยงjson: bool
if true, the program will print json
json_pretty: bool
if true, the program will print json with pretty print
json_error: bool
if true, the program will only print errors as json
verbose: bool
verbosity of the program
Trait Implementationsยง
Auto Trait Implementationsยง
impl Freeze for VerbosityFields
impl RefUnwindSafe for VerbosityFields
impl Send for VerbosityFields
impl Sync for VerbosityFields
impl Unpin for VerbosityFields
impl UnwindSafe for VerbosityFields
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