pub struct WebSocketErrorEvent {
pub socket_id: LiveId,
pub error: String,
}
Fields§
§socket_id: LiveId
§error: String
Trait Implementations§
Source§impl Clone for WebSocketErrorEvent
impl Clone for WebSocketErrorEvent
Source§fn clone(&self) -> WebSocketErrorEvent
fn clone(&self) -> WebSocketErrorEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for WebSocketErrorEvent
impl RefUnwindSafe for WebSocketErrorEvent
impl Send for WebSocketErrorEvent
impl Sync for WebSocketErrorEvent
impl Unpin for WebSocketErrorEvent
impl UnwindSafe for WebSocketErrorEvent
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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