Struct together_rs::terminal::RunCommand
source · pub struct RunCommand {
pub commands: Vec<String>,
pub all: bool,
pub exit_on_error: bool,
pub quit_on_completion: bool,
pub raw: bool,
pub init_only: bool,
}Fields§
§commands: Vec<String>§all: bool§exit_on_error: bool§quit_on_completion: bool§raw: bool§init_only: boolTrait Implementations§
source§impl Args for RunCommand
impl Args for RunCommand
source§fn augment_args<'b>(__clap_app: Command) -> Command
fn augment_args<'b>(__clap_app: Command) -> Command
source§impl Clone for RunCommand
impl Clone for RunCommand
source§fn clone(&self) -> RunCommand
fn clone(&self) -> RunCommand
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 CommandFactory for RunCommand
impl CommandFactory for RunCommand
source§impl Debug for RunCommand
impl Debug for RunCommand
source§impl From<ConfigFileStartOptions> for RunCommand
impl From<ConfigFileStartOptions> for RunCommand
source§fn from(config: ConfigFileStartOptions) -> Self
fn from(config: ConfigFileStartOptions) -> Self
Converts to this type from the input type.
source§impl From<RunCommand> for ConfigFileStartOptions
impl From<RunCommand> for ConfigFileStartOptions
source§fn from(args: RunCommand) -> Self
fn from(args: RunCommand) -> Self
Converts to this type from the input type.
source§impl FromArgMatches for RunCommand
impl FromArgMatches for RunCommand
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 Parser for RunCommand
impl Parser for RunCommand
source§fn parse_from<I, T>(itr: I) -> Self
fn parse_from<I, T>(itr: I) -> Self
Parse from iterator, exit on error.
source§fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
fn try_parse_from<I, T>(itr: I) -> Result<Self, Error>
Parse from iterator, return Err on error.
source§fn update_from<I, T>(&mut self, itr: I)
fn update_from<I, T>(&mut self, itr: I)
Update from iterator, exit on error.
Auto Trait Implementations§
impl Freeze for RunCommand
impl RefUnwindSafe for RunCommand
impl Send for RunCommand
impl Sync for RunCommand
impl Unpin for RunCommand
impl UnwindSafe for RunCommand
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)