Struct cargo_tarpaulin::args::LoggingArgs
source · pub struct LoggingArgs {
pub color: Option<Color>,
pub debug: bool,
pub verbose: bool,
pub dump_traces: bool,
}
Fields§
§color: Option<Color>
Coloring: auto, always, never
debug: bool
Show debug output - this is used for diagnosing issues with tarpaulin
verbose: bool
Show extra output
dump_traces: bool
Log tracing events and save to a json file. Also, enabled when –debug is used
Trait Implementations§
source§impl Args for LoggingArgs
impl Args for LoggingArgs
source§fn augment_args<'b>(__clap_app: Command) -> Command
fn augment_args<'b>(__clap_app: Command) -> Command
source§impl Clone for LoggingArgs
impl Clone for LoggingArgs
source§fn clone(&self) -> LoggingArgs
fn clone(&self) -> LoggingArgs
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 LoggingArgs
impl Debug for LoggingArgs
source§impl FromArgMatches for LoggingArgs
impl FromArgMatches for LoggingArgs
source§fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
source§fn from_arg_matches_mut(
__clap_arg_matches: &mut ArgMatches,
) -> Result<Self, Error>
fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches, ) -> Result<Self, Error>
source§fn update_from_arg_matches(
&mut self,
__clap_arg_matches: &ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches( &mut self, __clap_arg_matches: &ArgMatches, ) -> Result<(), Error>
Assign values from
ArgMatches
to self
.source§fn update_from_arg_matches_mut(
&mut self,
__clap_arg_matches: &mut ArgMatches,
) -> Result<(), Error>
fn update_from_arg_matches_mut( &mut self, __clap_arg_matches: &mut ArgMatches, ) -> Result<(), Error>
Assign values from
ArgMatches
to self
.impl Copy for LoggingArgs
Auto Trait Implementations§
impl Freeze for LoggingArgs
impl RefUnwindSafe for LoggingArgs
impl Send for LoggingArgs
impl Sync for LoggingArgs
impl Unpin for LoggingArgs
impl UnwindSafe for LoggingArgs
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
)