Struct ruma_common::directory::IncomingFilter [−][src]
Expand description
‘Incoming’ variant of Filter.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct {{ .. }} syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.generic_search_term: Option<String>Expand description
A string to search for in the room metadata, e.g. name, topic, canonical alias etc.
Trait Implementations
impl Debug for IncomingFilter[src]
impl Debug for IncomingFilter[src]impl Default for IncomingFilter[src]
impl Default for IncomingFilter[src]fn default() -> IncomingFilter[src]
fn default() -> IncomingFilter[src]Returns the “default value” for a type. Read more
impl<'de> Deserialize<'de> for IncomingFilter[src]
impl<'de> Deserialize<'de> for IncomingFilter[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for IncomingFilter
impl Send for IncomingFilter
impl Sync for IncomingFilter
impl Unpin for IncomingFilter
impl UnwindSafe for IncomingFilter
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,