Struct serenity::model::guild::GuildEmbed[][src]

pub struct GuildEmbed {
    pub channel_id: ChannelId,
    pub enabled: bool,
}

Information relating to a guild's widget embed.

Fields

The Id of the channel to show the embed for.

Whether the widget embed is enabled.

Trait Implementations

impl Clone for GuildEmbed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GuildEmbed
[src]

impl Debug for GuildEmbed
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GuildEmbed

impl Sync for GuildEmbed