Struct twitter_stream::message::Warning [] [src]

pub struct Warning {
    pub message: String,
    pub code: WarningCode,
}

Fields

Trait Implementations

impl Clone for Warning
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Warning
[src]

Formats the value using the given formatter.

impl Eq for Warning
[src]

impl PartialEq for Warning
[src]

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

This method tests for !=.

impl Hash for Warning
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Deserialize for Warning
[src]

Deserialize this value from the given Serde deserializer. Read more