Struct twitter_stream_message::entities::Symbol
[−]
[src]
pub struct Symbol<'a> {
pub text: Cow<'a, str>,
pub indices: (u64, u64),
}Represents a financial symbol in symbols field of Entities.
Fields
text: Cow<'a, str>
indices: (u64, u64)
Trait Implementations
impl<'a> Clone for Symbol<'a>[src]
fn clone(&self) -> Symbol<'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 Symbol<'a>[src]
impl<'a> Eq for Symbol<'a>[src]
impl<'a> PartialEq for Symbol<'a>[src]
fn eq(&self, __arg_0: &Symbol<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Symbol<'a>) -> bool
This method tests for !=.