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

pub struct MessageCreateEvent {
    pub message: Message,
}

Fields

Trait Implementations

impl Clone for MessageCreateEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessageCreateEvent
[src]

Formats the value using the given formatter. Read more

impl CacheUpdate for MessageCreateEvent
[src]

The oldest message, if the channel's message cache was already full.

Updates the cache with the implementation.

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

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for MessageCreateEvent
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations