Enum rocfl::cmd::opts::Command[][src]

pub enum Command {
Show 16 variants Config(ConfigCmd), List(ListCmd), Log(LogCmd), Show(ShowCmd), Diff(DiffCmd), Cat(CatCmd), Init(InitCmd), New(NewCmd), Copy(CopyCmd), Move(MoveCmd), Remove(RemoveCmd), Reset(ResetCmd), Commit(CommitCmd), Status(StatusCmd), Purge(PurgeCmd), Validate(ValidateCmd),
}

Variants

Config(ConfigCmd)

Tuple Fields

List(ListCmd)

Tuple Fields

Log(LogCmd)

Tuple Fields

0: LogCmd

Show(ShowCmd)

Tuple Fields

Diff(DiffCmd)

Tuple Fields

Cat(CatCmd)

Tuple Fields

0: CatCmd

Init(InitCmd)

Tuple Fields

New(NewCmd)

Tuple Fields

0: NewCmd

Copy(CopyCmd)

Tuple Fields

Move(MoveCmd)

Tuple Fields

Remove(RemoveCmd)

Tuple Fields

Reset(ResetCmd)

Tuple Fields

Commit(CommitCmd)

Tuple Fields

Status(StatusCmd)

Tuple Fields

Purge(PurgeCmd)

Tuple Fields

Validate(ValidateCmd)

Tuple Fields

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Instantiate Self from ArgMatches, parsing the arguments as needed. Read more

Assign values from ArgMatches to self.

Append to App so it can instantiate Self. Read more

Append to App so it can update self. Read more

Test whether Self can parse a specific subcommand

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more