Struct twitter_stream::entities::Entities [] [src]

pub struct Entities {
    pub hashtags: Vec<Hashtag>,
    pub media: Option<Vec<Media>>,
    pub urls: Vec<Url>,
    pub user_mentions: Vec<UserMention>,
    pub symbols: Vec<Symbol>,
}

Fields

Represents hashtags which have been parsed out of the Tweet text.

Represents media elements uploaded with the Tweet.

Represents URLs included in the text of a Tweet or within textual fields of a User object.

Represents other Twitter users mentioned in the text of the Tweet.

Represents financial symbols which have been parsed out of the Tweet text.

Trait Implementations

impl Clone for Entities
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Entities
[src]

Formats the value using the given formatter.

impl Eq for Entities
[src]

impl PartialEq for Entities
[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 Entities
[src]

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

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