Home
last modified time | relevance | path

Searched defs:Subcommand (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/src/tools/rust-installer/src/
Dmain.rs11 enum Subcommand { enum
/third_party/rust/rust/src/bootstrap/
Dflags.rs204 pub enum Subcommand { enum
417 impl Subcommand { impl
Dclean.rs29 … let Subcommand::Clean { all, .. } = builder.config.cmd else { unreachable!("wrong subcommand?") }; in run() localVariable
/third_party/rust/crates/clap/src/
Dderive.rs330 pub trait Subcommand: FromArgMatches + Sized { interface
/third_party/rust/crates/clap/clap_derive/src/
Dattr.rs154 Subcommand, enumerator
Ditem.rs1162 Subcommand(Sp<Ty>), enumerator