Struct twitter_stream::messages::stream::UserWithheld [] [src]

pub struct UserWithheld {
    pub id: UserId,
    pub withheld_in_countries: Vec<String>,
}

Fields

Trait Implementations

impl Clone for UserWithheld
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserWithheld
[src]

Formats the value using the given formatter.

impl Eq for UserWithheld
[src]

impl PartialEq for UserWithheld
[src]

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

This method tests for !=.

impl Hash for UserWithheld
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.