Struct twilight_http::request::guild::create_guild::GuildChannelFieldsBuilder [−][src]
pub struct GuildChannelFieldsBuilder(_);Expand description
A builder for a list of channels.
Implementations
Build the list of channels.
Add a text channel to the builder.
Add a voice channel to the builder.
Add a category channel builder, and all its children to the builder.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GuildChannelFieldsBuilder
impl Send for GuildChannelFieldsBuilder
impl Sync for GuildChannelFieldsBuilder
impl Unpin for GuildChannelFieldsBuilder
impl UnwindSafe for GuildChannelFieldsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
pub fn vzip(self) -> V
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