Struct twitter_stream::entities::Symbol [] [src]

pub struct Symbol {
    pub text: String,
    pub indices: (u64, u64),
}

Represents a financial symbol in symbols field of Entities.

Fields

Trait Implementations

impl Clone for Symbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Symbol
[src]

Formats the value using the given formatter.

impl Eq for Symbol
[src]

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

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

Feeds a slice of this type into the state provided.