pub enum SignificanceVerbosity {
OnlyNotable,
All,
}
Expand description
What commands to display during workflow execution.
Variants§
OnlyNotable
Only slow or otherwise important commands will be displayed.
All
All commands will be displayed.
Trait Implementations§
source§impl Clone for SignificanceVerbosity
impl Clone for SignificanceVerbosity
source§fn clone(&self) -> SignificanceVerbosity
fn clone(&self) -> SignificanceVerbosity
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 SignificanceVerbosity
impl Debug for SignificanceVerbosity
source§impl PartialEq for SignificanceVerbosity
impl PartialEq for SignificanceVerbosity
impl Copy for SignificanceVerbosity
impl Eq for SignificanceVerbosity
impl StructuralPartialEq for SignificanceVerbosity
Auto Trait Implementations§
impl Freeze for SignificanceVerbosity
impl RefUnwindSafe for SignificanceVerbosity
impl Send for SignificanceVerbosity
impl Sync for SignificanceVerbosity
impl Unpin for SignificanceVerbosity
impl UnwindSafe for SignificanceVerbosity
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
)