pub struct Event;Expand description
事件名称
Implementations§
Source§impl Event
impl Event
Sourcepub const SOFT_DELETE: &'static str = "onSoftDelete"
pub const SOFT_DELETE: &'static str = "onSoftDelete"
软删除
Sourcepub const SERVER_READY: &'static str = "onServerReady"
pub const SERVER_READY: &'static str = "onServerReady"
服务成功启动
Sourcepub const ES_DATA_CHANGE: &'static str = "esDataChange"
pub const ES_DATA_CHANGE: &'static str = "esDataChange"
ES 数据改变
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Event
impl RefUnwindSafe for Event
impl Send for Event
impl Sync for Event
impl Unpin for Event
impl UnsafeUnpin for Event
impl UnwindSafe for Event
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