pub struct SocketIoHandle { /* private fields */ }Expand description
The Socket.IO server handle registered as a first-class Caelix provider by
caelix_axum::Application::with_socket_io.
Public Caelix type SocketIoHandle.
Implementations§
Trait Implementations§
Source§impl Clone for SocketIoHandle
impl Clone for SocketIoHandle
Source§fn clone(&self) -> SocketIoHandle
fn clone(&self) -> SocketIoHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SocketIoHandle
impl RefUnwindSafe for SocketIoHandle
impl Send for SocketIoHandle
impl Sync for SocketIoHandle
impl Unpin for SocketIoHandle
impl UnsafeUnpin for SocketIoHandle
impl UnwindSafe for SocketIoHandle
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