Struct slack_api::ThreadInfo [] [src]

pub struct ThreadInfo {
    pub complete: Option<bool>,
    pub count: Option<i32>,
}

Fields

Trait Implementations

impl Clone for ThreadInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ThreadInfo
[src]

Formats the value using the given formatter.