pub struct SendChatMsgBody {
pub group_id: String,
pub to_user_id: String,
pub message: String,
}Fields§
§group_id: String§to_user_id: String§message: StringAuto Trait Implementations§
impl Freeze for SendChatMsgBody
impl RefUnwindSafe for SendChatMsgBody
impl Send for SendChatMsgBody
impl Sync for SendChatMsgBody
impl Unpin for SendChatMsgBody
impl UnsafeUnpin for SendChatMsgBody
impl UnwindSafe for SendChatMsgBody
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