Struct twilight_util::builder::command::BooleanBuilder [−][src]
pub struct BooleanBuilder(_);This is supported on crate feature
builder only.Expand description
Create a boolean option with a builder.
Implementations
Create a new default BooleanBuilder.
Consume the builder, returning the built command option.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for BooleanBuilder
impl Send for BooleanBuilder
impl Sync for BooleanBuilder
impl Unpin for BooleanBuilder
impl UnwindSafe for BooleanBuilder
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