Skip to main content
Matches
tuwunel_
core
1.6.2
Matches
Required Methods
matches
Implementations on Foreign Types
Filter
RoomEventFilter
RoomFilter
Implementors
In tuwunel_
core::
matrix::
event
tuwunel_core
::
matrix
::
event
Trait
Matches
Copy item path
Source
pub trait Matches<T> { // Required method fn
matches
(&self, t: T) ->
bool
; }
Required Methods
§
Source
fn
matches
(&self, t: T) ->
bool
Implementations on Foreign Types
§
Source
§
impl
Matches
<&RoomId> for RoomFilter
Source
§
fn
matches
(&self, room_id: &RoomId) ->
bool
Source
§
impl
Matches
<&UserId> for Filter
Source
§
fn
matches
(&self, user_id: &UserId) ->
bool
Source
§
impl<E:
Event
>
Matches
<
&E
> for RoomEventFilter
Source
§
fn
matches
(&self, event:
&E
) ->
bool
Implementors
§