Enum twitter_stream::message::WarningCode
[−]
[src]
pub enum WarningCode {
FallingBehind(u64),
FollowsOverLimit(UserId),
Custom(String),
}Variants
FallingBehind(u64)FollowsOverLimit(UserId)Custom(String)Trait Implementations
impl Clone for WarningCode[src]
fn clone(&self) -> WarningCode
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 Debug for WarningCode[src]
impl Eq for WarningCode[src]
impl PartialEq for WarningCode[src]
fn eq(&self, __arg_0: &WarningCode) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &WarningCode) -> bool
This method tests for !=.