Enum twitter_stream::messages::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
NoneLowMediumCustom(String)Trait Implementations
impl Clone for FilterLevel[src]
fn clone(&self) -> FilterLevel
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for FilterLevel[src]
impl Deserialize for FilterLevel[src]
fn deserialize<D: Deserializer>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl AsRef<str> for FilterLevel[src]
impl PartialEq for FilterLevel[src]
fn eq(&self, other: &FilterLevel) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Hash for FilterLevel[src]
fn hash<H: Hasher>(&self, state: &mut H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.