pub struct WebSocketConnectionFailedEvent {
pub url: String,
pub authenticated: bool,
pub kind: ErrorKind,
}Fields§
§url: String§authenticated: bool§kind: ErrorKindTrait Implementations§
Source§impl Clone for WebSocketConnectionFailedEvent
impl Clone for WebSocketConnectionFailedEvent
Source§fn clone(&self) -> WebSocketConnectionFailedEvent
fn clone(&self) -> WebSocketConnectionFailedEvent
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 moreSource§impl PartialEq for WebSocketConnectionFailedEvent
impl PartialEq for WebSocketConnectionFailedEvent
Source§fn eq(&self, other: &WebSocketConnectionFailedEvent) -> bool
fn eq(&self, other: &WebSocketConnectionFailedEvent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WebSocketConnectionFailedEvent
impl StructuralPartialEq for WebSocketConnectionFailedEvent
Auto Trait Implementations§
impl Freeze for WebSocketConnectionFailedEvent
impl RefUnwindSafe for WebSocketConnectionFailedEvent
impl Send for WebSocketConnectionFailedEvent
impl Sync for WebSocketConnectionFailedEvent
impl Unpin for WebSocketConnectionFailedEvent
impl UnsafeUnpin for WebSocketConnectionFailedEvent
impl UnwindSafe for WebSocketConnectionFailedEvent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.