pub struct AmazonCommandWrapper {
command: AmazonCommand,
}
Fields§
§command: AmazonCommand
Trait Implementations§
Source§impl Args for AmazonCommandWrapper
impl Args for AmazonCommandWrapper
Source§fn augment_args<'b>(__clap_app: Command) -> Command
fn augment_args<'b>(__clap_app: Command) -> Command
Source§impl Command for AmazonCommandWrapper
impl Command for AmazonCommandWrapper
Source§impl Debug for AmazonCommandWrapper
impl Debug for AmazonCommandWrapper
Source§impl From<AmazonCommandWrapper> for RootCommand
impl From<AmazonCommandWrapper> for RootCommand
Source§fn from(v: AmazonCommandWrapper) -> RootCommand
fn from(v: AmazonCommandWrapper) -> RootCommand
Converts to this type from the input type.
Source§impl FromArgMatches for AmazonCommandWrapper
impl FromArgMatches for AmazonCommandWrapper
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
.Source§impl TryInto<AmazonCommandWrapper> for RootCommand
impl TryInto<AmazonCommandWrapper> for RootCommand
Auto Trait Implementations§
impl Freeze for AmazonCommandWrapper
impl RefUnwindSafe for AmazonCommandWrapper
impl Send for AmazonCommandWrapper
impl Sync for AmazonCommandWrapper
impl Unpin for AmazonCommandWrapper
impl UnwindSafe for AmazonCommandWrapper
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