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

Trait Implementations

impl<'a> Clone for List<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for List<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for List<'a>
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for List<'a>

impl<'a> Sync for List<'a>