Enum twitter_stream_message::message::WarningCode [] [src]

pub enum WarningCode<'a> {
    FallingBehind(u64),
    FollowsOverLimit(UserId),
    Custom(Cow<'a, str>),
}

Variants

Trait Implementations

impl<'a> Clone for WarningCode<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for WarningCode<'a>
[src]

Formats the value using the given formatter.

impl<'a> Eq for WarningCode<'a>
[src]

impl<'a> PartialEq for WarningCode<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Hash for WarningCode<'a>
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more