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