Struct twitter_stream_message::list::List
[−]
[src]
pub struct List<'a> {
pub slug: Cow<'a, str>,
pub name: Cow<'a, str>,
pub created_at: DateTime,
pub uri: Cow<'a, str>,
pub subscriber_count: u64,
pub member_count: u64,
pub mode: Mode<'a>,
pub id: ListId,
pub full_name: Cow<'a, str>,
pub description: Cow<'a, str>,
pub user: User<'a>,
pub following: bool,
}Fields
slug: Cow<'a, str>
name: Cow<'a, str>
created_at: DateTime
uri: Cow<'a, str>
subscriber_count: u64
member_count: u64
mode: Mode<'a>
id: ListId
full_name: Cow<'a, str>
description: Cow<'a, str>
user: User<'a>
following: bool
Trait Implementations
impl<'a> Clone for List<'a>[src]
fn clone(&self) -> List<'a>
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