Enum cargo_lambda_build::Zig
source · [−]Expand description
Zig linker wrapper
Variants
Cc
zig cc wrapper
Cxx
zig c++ wrapper
Implementations
Trait Implementations
sourceimpl FromArgMatches for Zig
impl FromArgMatches for Zig
sourcefn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Zig, Error>
fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Zig, Error>
Instantiate Self from ArgMatches, parsing the arguments as needed. Read more
sourcefn from_arg_matches_mut(
__clap_arg_matches: &mut ArgMatches
) -> Result<Zig, Error>
fn from_arg_matches_mut(
__clap_arg_matches: &mut ArgMatches
) -> Result<Zig, Error>
Instantiate Self from ArgMatches, parsing the arguments as needed. Read more
sourcefn 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.
sourcefn 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.
sourceimpl Subcommand for Zig
impl Subcommand for Zig
sourcefn augment_subcommands(__clap_app: App<'b>) -> App<'b>
fn augment_subcommands(__clap_app: App<'b>) -> App<'b>
sourcefn augment_subcommands_for_update(__clap_app: App<'b>) -> App<'b>
fn augment_subcommands_for_update(__clap_app: App<'b>) -> App<'b>
sourcefn has_subcommand(__clap_name: &str) -> bool
fn has_subcommand(__clap_name: &str) -> bool
Test whether Self can parse a specific subcommand
Auto Trait Implementations
impl RefUnwindSafe for Zig
impl Send for Zig
impl Sync for Zig
impl Unpin for Zig
impl UnwindSafe for Zig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more