Struct twilight_util::builder::command::SubCommandGroupBuilder [−][src]
pub struct SubCommandGroupBuilder(_);This is supported on crate feature
builder only.Expand description
Create a subcommand group option with a builder.
Implementations
Create a new default SubCommandGroupBuilder.
Consume the builder, returning the built command option.
Add a sub command option to the sub command group.
Defaults to an empty list.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for SubCommandGroupBuilder
impl Send for SubCommandGroupBuilder
impl Sync for SubCommandGroupBuilder
impl Unpin for SubCommandGroupBuilder
impl UnwindSafe for SubCommandGroupBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
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