Struct geeny_api::models::MessageType [] [src]

pub struct MessageType {
    pub id: Uuid,
    pub name: String,
    pub description: String,
    pub media_type: String,
    pub tags: Vec<String>,
    pub created: String,
}

Structure representing a MessageType on the Geeny cloud

Fields

Trait Implementations

impl Debug for MessageType
[src]

[src]

Formats the value using the given formatter.

impl Clone for MessageType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for MessageType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Hash for MessageType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more