Struct twitter_stream_message::message::UserWithheld [] [src]

pub struct UserWithheld<'a> {
    pub id: UserId,
    pub withheld_in_countries: Vec<Cow<'a, str>>,
}

Fields

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

impl<'a> Eq for UserWithheld<'a>
[src]

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

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

This method tests for !=.

impl<'a> Hash for UserWithheld<'a>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more