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