pub struct WsSentMsg {
pub msg_type: MsgType,
pub connection_id: String,
pub msg: WsMessage,
}Fields§
§msg_type: MsgType§connection_id: String§msg: WsMessageTrait Implementations§
Source§impl<'de> Deserialize<'de> for WsSentMsg
impl<'de> Deserialize<'de> for WsSentMsg
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for WsSentMsg
impl RefUnwindSafe for WsSentMsg
impl Send for WsSentMsg
impl Sync for WsSentMsg
impl Unpin for WsSentMsg
impl UnwindSafe for WsSentMsg
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