pub struct ClientConnectionEvent {
pub url: String,
}Expand description
Lifecycle payload emitted when the client establishes a websocket session.
Fields§
§url: StringConnected websocket URL.
Trait Implementations§
Source§impl Clone for ClientConnectionEvent
impl Clone for ClientConnectionEvent
Source§fn clone(&self) -> ClientConnectionEvent
fn clone(&self) -> ClientConnectionEvent
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 ClientConnectionEvent
impl RefUnwindSafe for ClientConnectionEvent
impl Send for ClientConnectionEvent
impl Sync for ClientConnectionEvent
impl Unpin for ClientConnectionEvent
impl UnsafeUnpin for ClientConnectionEvent
impl UnwindSafe for ClientConnectionEvent
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