pub struct Verbosity {
pub display_workflow: bool,
pub display_version: bool,
pub significance: SignificanceVerbosity,
pub command: CommandVerbosity,
}
Expand description
Responsible for timely communication of program state to the user.
Fields§
§display_workflow: bool
Show an internal representation of the workflow about to be invoked.
display_version: bool
Show the version information for debugging.
significance: SignificanceVerbosity
§command: CommandVerbosity
Implementations§
Trait Implementations§
impl Copy for Verbosity
impl Eq for Verbosity
impl StructuralPartialEq for Verbosity
Auto Trait Implementations§
impl Freeze for Verbosity
impl RefUnwindSafe for Verbosity
impl Send for Verbosity
impl Sync for Verbosity
impl Unpin for Verbosity
impl UnwindSafe for Verbosity
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)