pub struct ChatSendingEventHandler { /* private fields */ }
Expand description
Raised when user sends a message
Implementations§
Trait Implementations§
Source§impl Default for ChatSendingEventHandler
impl Default for ChatSendingEventHandler
Auto Trait Implementations§
impl Freeze for ChatSendingEventHandler
impl !RefUnwindSafe for ChatSendingEventHandler
impl !Send for ChatSendingEventHandler
impl !Sync for ChatSendingEventHandler
impl Unpin for ChatSendingEventHandler
impl !UnwindSafe for ChatSendingEventHandler
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