Enum ruma_client_api::filter::UrlFilter
source · pub enum UrlFilter {
EventsWithUrl,
EventsWithoutUrl,
}Available on crate features
client or server only.Expand description
Options for filtering based on the presence of a URL.
Variants§
EventsWithUrl
Includes only events with a url key in their content.
EventsWithoutUrl
Excludes events with a url key in their content.
Trait Implementations§
source§impl<'de> Deserialize<'de> for UrlFilter
impl<'de> Deserialize<'de> for UrlFilter
source§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
source§impl PartialEq for UrlFilter
impl PartialEq for UrlFilter
impl Copy for UrlFilter
impl Eq for UrlFilter
impl StructuralEq for UrlFilter
impl StructuralPartialEq for UrlFilter
Auto Trait Implementations§
impl RefUnwindSafe for UrlFilter
impl Send for UrlFilter
impl Sync for UrlFilter
impl Unpin for UrlFilter
impl UnwindSafe for UrlFilter
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.