pub struct EventOps {
pub load_calls: u64,
pub save_calls: u64,
pub delete_calls: u64,
pub plan_index: u64,
pub plan_keys: u64,
pub plan_range: u64,
pub rows_loaded: u64,
pub rows_deleted: u64,
pub index_inserts: u64,
pub index_removes: u64,
pub unique_violations: u64,
}Expand description
EventOps
Fields§
§load_calls: u64§save_calls: u64§delete_calls: u64§plan_index: u64§plan_keys: u64§plan_range: u64§rows_loaded: u64§rows_deleted: u64§index_inserts: u64§index_removes: u64§unique_violations: u64Trait Implementations§
Source§impl CandidType for EventOps
impl CandidType for EventOps
Source§impl<'de> Deserialize<'de> for EventOps
impl<'de> Deserialize<'de> for EventOps
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EventOps
impl RefUnwindSafe for EventOps
impl Send for EventOps
impl Sync for EventOps
impl Unpin for EventOps
impl UnwindSafe for EventOps
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