Struct twitter_stream_message::message::StatusWithheld [] [src]

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

Fields

Trait Implementations

impl<'a> Clone for StatusWithheld<'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 StatusWithheld<'a>
[src]

[src]

Formats the value using the given formatter. Read more

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

impl<'a> PartialEq for StatusWithheld<'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 !=.

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

[src]

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

1.3.0
[src]

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

Auto Trait Implementations

impl<'a> Send for StatusWithheld<'a>

impl<'a> Sync for StatusWithheld<'a>