pub(crate) struct MatrixClient;Trait Implementations§
Source§impl EventHandler for MatrixClient
impl EventHandler for MatrixClient
Source§fn handle_events(e: Event)
fn handle_events(e: Event)
handle_events is the only function for the trait and it results a non blocking Event object
Auto Trait Implementations§
impl Freeze for MatrixClient
impl RefUnwindSafe for MatrixClient
impl Send for MatrixClient
impl Sync for MatrixClient
impl Unpin for MatrixClient
impl UnwindSafe for MatrixClient
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