Struct pusher::ChannelList [] [src]

pub struct ChannelList {
    pub channels: HashMap<StringChannel>,
}

A list of channels returned by the API.

Fields

channels: HashMap<StringChannel>

Trait Implementations

impl Debug for ChannelList
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Decodable for ChannelList
[src]

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ChannelList, __D::Error>