pub struct DisconnectNotify {
pub conn_id: u64,
}Expand description
连接断开通知
Fields§
§conn_id: u64被断开的连接 ID(订阅 / push / auth 状态清理用)
Auto Trait Implementations§
impl Freeze for DisconnectNotify
impl RefUnwindSafe for DisconnectNotify
impl Send for DisconnectNotify
impl Sync for DisconnectNotify
impl Unpin for DisconnectNotify
impl UnsafeUnpin for DisconnectNotify
impl UnwindSafe for DisconnectNotify
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