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