pub struct SocketIoServerLayer;Implementations§
Source§impl SocketIoServerLayer
impl SocketIoServerLayer
pub fn new(config: SocketIoServerConfig) -> (SocketIoLayer, SocketIo)
Auto Trait Implementations§
impl Freeze for SocketIoServerLayer
impl RefUnwindSafe for SocketIoServerLayer
impl Send for SocketIoServerLayer
impl Sync for SocketIoServerLayer
impl Unpin for SocketIoServerLayer
impl UnwindSafe for SocketIoServerLayer
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