Enum slack_api::stars::ListResponseItem [] [src]

pub enum ListResponseItem {
    Message(ListResponseItemMessage),
    File(ListResponseItemFile),
    FileComment(ListResponseItemFileComment),
    Channel(ListResponseItemChannel),
    Im(ListResponseItemIm),
    Group(ListResponseItemGroup),
}

Variants

Trait Implementations

impl Clone for ListResponseItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListResponseItem
[src]

Formats the value using the given formatter.

impl Deserialize for ListResponseItem
[src]

Deserialize this value from the given Serde deserializer. Read more