Struct pusher::ChannelUserList [] [src]

pub struct ChannelUserList {
    pub users: Vec<ChannelUser>,
}

The list of users subscribed to a presence channel, as returned by the Pusher API.

Fields

Trait Implementations

impl Decodable for ChannelUserList
[src]

Deserialize a value using a Decoder.

impl Debug for ChannelUserList
[src]

Formats the value using the given formatter.