Struct slack_api::stars::ListResponseItemMessage [] [src]

pub struct ListResponseItemMessage {
    pub channel: String,
    pub message: Message,
    pub ty: String,
}

Fields

Trait Implementations

impl Clone for ListResponseItemMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListResponseItemMessage
[src]

Formats the value using the given formatter.