Struct twitter_stream::messages::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 PartialEq for List[src]
fn eq(&self, __arg_0: &List) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &List) -> bool
This method tests for !=.
impl Debug for List[src]
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