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