pub struct WebsocKitMessage {
pub connection_id: ConnectionId,
pub payload: Vec<u8>,
}Fields§
§connection_id: ConnectionId§payload: Vec<u8>Auto Trait Implementations§
impl Freeze for WebsocKitMessage
impl RefUnwindSafe for WebsocKitMessage
impl Send for WebsocKitMessage
impl Sync for WebsocKitMessage
impl Unpin for WebsocKitMessage
impl UnsafeUnpin for WebsocKitMessage
impl UnwindSafe for WebsocKitMessage
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