Enum twitter_stream::types::FilterLevel [] [src]

pub enum FilterLevel {
    None,
    Low,
    Medium,
    Custom(String),
}

Represents the filter_level field in Tweets or filter_level parameter in API request.

Variants

Trait Implementations

impl Clone for FilterLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FilterLevel
[src]

Formats the value using the given formatter.

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

Deserialize this value from the given Serde deserializer. Read more

impl AsRef<str> for FilterLevel
[src]

Performs the conversion.

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

impl Default for FilterLevel
[src]

Returns the "default value" for a type. Read more