Struct serenity::model::event::GuildCreateEvent [] [src]

pub struct GuildCreateEvent {
    pub guild: Guild,
}

Fields

Trait Implementations

impl Clone for GuildCreateEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GuildCreateEvent
[src]

[src]

Formats the value using the given formatter.

impl<'de> Deserialize<'de> for GuildCreateEvent
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for GuildCreateEvent
[src]

[src]

Serialize this value into the given Serde serializer. Read more