Struct twilight_http::request::guild::create_guild::GuildChannelFieldsBuilder [−][src]
#[must_use = "must be built into a list of channnels"]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 GuildChannelFieldsBuilderimpl Send for GuildChannelFieldsBuilderimpl Sync for GuildChannelFieldsBuilderimpl Unpin for GuildChannelFieldsBuilderimpl UnwindSafe for GuildChannelFieldsBuilderBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V