pub struct SmcpHandler;Expand description
SMCP 事件处理器
Implementations§
Source§impl SmcpHandler
impl SmcpHandler
Sourcepub fn register_handlers(io: &SocketIo, state: ServerState)
pub fn register_handlers(io: &SocketIo, state: ServerState)
注册所有事件处理器
Auto Trait Implementations§
impl Freeze for SmcpHandler
impl RefUnwindSafe for SmcpHandler
impl Send for SmcpHandler
impl Sync for SmcpHandler
impl Unpin for SmcpHandler
impl UnsafeUnpin for SmcpHandler
impl UnwindSafe for SmcpHandler
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