pub struct FastWebSocketsEngine;Expand description
fastwebsockets-backed WebSocketEngine implementation.
Implementations§
Trait Implementations§
Source§impl Clone for FastWebSocketsEngine
impl Clone for FastWebSocketsEngine
Source§fn clone(&self) -> FastWebSocketsEngine
fn clone(&self) -> FastWebSocketsEngine
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 moreSource§impl Default for FastWebSocketsEngine
impl Default for FastWebSocketsEngine
Source§fn default() -> FastWebSocketsEngine
fn default() -> FastWebSocketsEngine
Returns the “default value” for a type. Read more
Source§impl WebSocketEngine for FastWebSocketsEngine
impl WebSocketEngine for FastWebSocketsEngine
fn upgrade( &self, io: BoxConnection, config: WebSocketEngineConfig, ) -> BoxFuture<Result<WebSocketChannel, WebSocketEngineError>>
Auto Trait Implementations§
impl Freeze for FastWebSocketsEngine
impl RefUnwindSafe for FastWebSocketsEngine
impl Send for FastWebSocketsEngine
impl Sync for FastWebSocketsEngine
impl Unpin for FastWebSocketsEngine
impl UnsafeUnpin for FastWebSocketsEngine
impl UnwindSafe for FastWebSocketsEngine
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