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