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
id: StatusId
user_id: UserId
withheld_in_countries: Vec<Cow<'a, str>>
Trait Implementations
impl<'a> Clone for StatusWithheld<'a>[src]
fn clone(&self) -> StatusWithheld<'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
impl<'a> Debug for StatusWithheld<'a>[src]
impl<'a> Eq for StatusWithheld<'a>[src]
impl<'a> PartialEq for StatusWithheld<'a>[src]
fn eq(&self, __arg_0: &StatusWithheld<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StatusWithheld<'a>) -> bool
This method tests for !=.