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
slug: String
name: String
created_at: DateTime
uri: String
subscriber_count: u64
member_count: u64
mode: Mode
id: ListId
full_name: String
description: String
user: User
following: bool
Trait Implementations
impl Clone for List[src]
fn clone(&self) -> List
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more