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: StringImplementations§
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