Enum twitter_stream::types::WithheldScope [] [src]

pub enum WithheldScope {
    Status,
    User,
    Custom(String),
}

Represents the withheld_scope field in Tweet and User.

Variants

Trait Implementations

impl Clone for WithheldScope
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WithheldScope
[src]

Formats the value using the given formatter.

impl<'x> Deserialize<'x> for WithheldScope
[src]

Deserialize this value from the given Serde deserializer. Read more

impl AsRef<str> for WithheldScope
[src]

Performs the conversion.

impl PartialEq for WithheldScope
[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 WithheldScope
[src]

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

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

impl Eq for WithheldScope
[src]