pub struct SystemMessage;Expand description
系统消息常量
Implementations§
Source§impl SystemMessage
impl SystemMessage
Sourcepub const TOPIC_DISCONNECT: &'static str = "disconnect"
pub const TOPIC_DISCONNECT: &'static str = "disconnect"
断开连接主题
Auto Trait Implementations§
impl Freeze for SystemMessage
impl RefUnwindSafe for SystemMessage
impl Send for SystemMessage
impl Sync for SystemMessage
impl Unpin for SystemMessage
impl UnsafeUnpin for SystemMessage
impl UnwindSafe for SystemMessage
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