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