Enum git_nomad::verbosity::CommandVerbosity
source · pub enum CommandVerbosity {
Spinner,
Invocation,
InvocationAndOutput,
}
Expand description
How much output to display about invoked commands.
Variants§
Spinner
Show a pretty spinner with a description.
Invocation
Only print out the command line invocation (binary and arguments).
InvocationAndOutput
Prints what Self::Invocation
would print and also any stdout
/stderr
produced.
Implementations§
Trait Implementations§
source§impl Clone for CommandVerbosity
impl Clone for CommandVerbosity
source§fn clone(&self) -> CommandVerbosity
fn clone(&self) -> CommandVerbosity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CommandVerbosity
impl Debug for CommandVerbosity
source§impl PartialEq for CommandVerbosity
impl PartialEq for CommandVerbosity
impl Copy for CommandVerbosity
impl Eq for CommandVerbosity
impl StructuralPartialEq for CommandVerbosity
Auto Trait Implementations§
impl Freeze for CommandVerbosity
impl RefUnwindSafe for CommandVerbosity
impl Send for CommandVerbosity
impl Sync for CommandVerbosity
impl Unpin for CommandVerbosity
impl UnwindSafe for CommandVerbosity
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
)