Struct twitter_stream_message::message::Control
[−]
[src]
pub struct Control<'a> { /* fields omitted */ }Represents a control message.
Trait Implementations
impl<'a> Clone for Control<'a>[src]
fn clone(&self) -> Control<'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 Control<'a>[src]
impl<'a> PartialEq for Control<'a>[src]
fn eq(&self, __arg_0: &Control<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Control<'a>) -> bool
This method tests for !=.