pub struct ChatReceivedEventHandler { /* private fields */ }
Expand description
Raised when message is being added to chat
Implementations§
Trait Implementations§
Source§impl Default for ChatReceivedEventHandler
impl Default for ChatReceivedEventHandler
Auto Trait Implementations§
impl Freeze for ChatReceivedEventHandler
impl !RefUnwindSafe for ChatReceivedEventHandler
impl !Send for ChatReceivedEventHandler
impl !Sync for ChatReceivedEventHandler
impl Unpin for ChatReceivedEventHandler
impl !UnwindSafe for ChatReceivedEventHandler
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