Struct twitter_stream_message::message::Warning [] [src]

pub struct Warning<'a> {
    pub message: Cow<'a, str>,
    pub code: WarningCode<'a>,
}

Fields

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter. Read more

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

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

[src]

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

[src]

This method tests for !=.

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

[src]

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

1.3.0
[src]

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

impl<'de: 'a, 'a> Deserialize<'de> for Warning<'a>
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

impl<'a> Send for Warning<'a>

impl<'a> Sync for Warning<'a>