Struct cargo_tarpaulin::args::PrintFlagsArgs
source · pub struct PrintFlagsArgs {
pub print_rust_flags: bool,
pub print_rustdoc_flags: bool,
}
Fields§
§print_rust_flags: bool
Print the RUSTFLAGS options that tarpaulin will compile your program with and exit
print_rustdoc_flags: bool
Print the RUSTDOCFLAGS options that tarpaulin will compile any doctests with and exit
Trait Implementations§
source§impl Args for PrintFlagsArgs
impl Args for PrintFlagsArgs
source§fn augment_args<'b>(__clap_app: Command) -> Command
fn augment_args<'b>(__clap_app: Command) -> Command
source§impl Clone for PrintFlagsArgs
impl Clone for PrintFlagsArgs
source§fn clone(&self) -> PrintFlagsArgs
fn clone(&self) -> PrintFlagsArgs
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 PrintFlagsArgs
impl Debug for PrintFlagsArgs
source§impl FromArgMatches for PrintFlagsArgs
impl FromArgMatches for PrintFlagsArgs
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 PrintFlagsArgs
Auto Trait Implementations§
impl Freeze for PrintFlagsArgs
impl RefUnwindSafe for PrintFlagsArgs
impl Send for PrintFlagsArgs
impl Sync for PrintFlagsArgs
impl Unpin for PrintFlagsArgs
impl UnwindSafe for PrintFlagsArgs
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
)