Home
last modified time | relevance | path

Searched refs:Child1 (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/clap/tests/derive/
H A Dsubcommands.rs409 Child1(Child1), in update_sub_subcommands()
415 enum Child1 { in update_sub_subcommands() enum
439 let mut opt = Opt::Child1(Child1::Command1(Command1 { arg1: 12, arg2: 14 })); in update_sub_subcommands()
448 let mut opt = Opt::Child1(Child1::Command1(Command1 { arg1: 12, arg2: 14 })); in update_sub_subcommands()
457 let mut opt = Opt::Child1(Child1::Command1(Command1 { arg1: 12, arg2: 14 })); in update_sub_subcommands()
466 let mut opt = Opt::Child1(Child in update_sub_subcommands()
[all...]

Completed in 1 milliseconds