Struct slack::Im
[−]
[src]
pub struct Im { pub created: Option<i32>, pub id: Option<String>, pub is_im: Option<bool>, pub is_user_deleted: Option<bool>, pub user: Option<String>, }
Fields
created: Option<i32>
id: Option<String>
is_im: Option<bool>
is_user_deleted: Option<bool>
user: Option<String>
Trait Implementations
impl Deserialize for Im
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Im, __D::Error> where __D: Deserializer
impl Debug for Im
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Clone for Im
[src]
fn clone(&self) -> Im
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more