Enum ruma_client_api::r0::filter::UrlFilter [−][src]
pub enum UrlFilter {
EventsWithUrl,
EventsWithoutUrl,
}Expand description
Options for filtering based on the presence of a URL.
Variants
Includes only events with a url key in their content.
Excludes events with a url key in their content.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UrlFilter
impl UnwindSafe for UrlFilter
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more