Struct synac::common::MessageList [] [src]

pub struct MessageList {
    pub after: Option<usize>,
    pub before: Option<usize>,
    pub channel: usize,
    pub limit: usize,
}

Fields

Trait Implementations

impl Clone for MessageList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MessageList
[src]

[src]

Formats the value using the given formatter.

impl Default for MessageList
[src]

[src]

Returns the "default value" for a type. Read more