pub struct ChatSendingEvent {
pub message: String,
pub message_type: MsgType,
}
Fields§
§message: String
§message_type: MsgType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChatSendingEvent
impl RefUnwindSafe for ChatSendingEvent
impl Send for ChatSendingEvent
impl Sync for ChatSendingEvent
impl Unpin for ChatSendingEvent
impl UnwindSafe for ChatSendingEvent
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