Struct twitter_stream::list::List [] [src]

pub struct List {
    pub slug: String,
    pub name: String,
    pub created_at: DateTime,
    pub uri: String,
    pub subscriber_count: u64,
    pub member_count: u64,
    pub mode: Mode,
    pub id: ListId,
    pub full_name: String,
    pub description: String,
    pub user: User,
    pub following: bool,
}

Fields

Trait Implementations

impl Clone for List
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for List
[src]

Formats the value using the given formatter.

impl PartialEq for List
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.