Enum egg_mode::stream::FilterLevel [−][src]
pub enum FilterLevel {
None,
Low,
Medium,
}Expand description
Represents the amount of filtering that can be done to streams on Twitter’s side.
According to Twitter’s documentation, “When displaying a stream of Tweets to end users (dashboards or live feeds at a presentation or conference, for example) it is suggested that you set this value to medium.”
Variants
No filtering.
A light amount of filtering.
A medium amount of filtering.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Display impl to turn FilterLevel variants into the form needed for stream parameters. This
is basically “the variant name, in lowercase”.
Auto Trait Implementations
impl RefUnwindSafe for FilterLevelimpl Send for FilterLevelimpl Sync for FilterLevelimpl Unpin for FilterLevelimpl UnwindSafe for FilterLevelBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V