Struct serenity::model::GuildEmbed
[−]
[src]
pub struct GuildEmbed {
pub channel_id: ChannelId,
pub enabled: bool,
}Information relating to a guild's widget embed.
Fields
channel_id: ChannelId
The Id of the channel to show the embed for.
enabled: bool
Whether the widget embed is enabled.
Trait Implementations
impl Clone for GuildEmbed[src]
fn clone(&self) -> GuildEmbed[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more