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
id: Uuid
name: String
description: String
media_type: String
created: String
Trait Implementations
impl Debug for MessageType[src]
impl Clone for MessageType[src]
fn clone(&self) -> MessageType[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for MessageType[src]
fn eq(&self, __arg_0: &MessageType) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &MessageType) -> bool[src]
This method tests for !=.