pub struct NoticeMsg {
pub types: Types,
pub msg: JsonValue,
pub timestamp: i64,
pub channel: String,
pub user: String,
pub org: String,
}
Fields§
§types: Types
消息类型
msg: JsonValue
消息实体内容
timestamp: i64
消息创建时间
channel: String
监听通道名称
user: String
§org: String
Implementations§
Auto Trait Implementations§
impl Freeze for NoticeMsg
impl RefUnwindSafe for NoticeMsg
impl Send for NoticeMsg
impl Sync for NoticeMsg
impl Unpin for NoticeMsg
impl UnwindSafe for NoticeMsg
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