Struct rust_xfinal::WebsocketEvent
source · [−]pub struct WebsocketEvent {
pub message: WsMessage,
/* private fields */
}Fields
message: WsMessageImplementations
sourceimpl WebsocketEvent
impl WebsocketEvent
Methods from Deref<Target = Websocket>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WebsocketEvent
impl Send for WebsocketEvent
impl Sync for WebsocketEvent
impl Unpin for WebsocketEvent
impl UnwindSafe for WebsocketEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more