Struct slack_api::stars::ListResponseItemChannel [] [src]

pub struct ListResponseItemChannel {
    pub channel: String,
    pub ty: String,
}

Fields

Trait Implementations

impl Clone for ListResponseItemChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListResponseItemChannel
[src]

Formats the value using the given formatter.