Struct lolapi::dto::Message [] [src]

pub struct Message {
    pub severity: String,
    pub author: String,
    pub created_at: String,
    pub translations: Vec<Translation>,
    pub updated_at: String,
    pub content: String,
    pub id: String,
}

Fields

Trait Implementations

impl Clone for Message
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Message
[src]

[src]

Formats the value using the given formatter.