pub struct EventPerf {
pub load_inst_total: u128,
pub save_inst_total: u128,
pub delete_inst_total: u128,
pub load_inst_max: u64,
pub save_inst_max: u64,
pub delete_inst_max: u64,
}Expand description
Perf
Fields§
§load_inst_total: u128§save_inst_total: u128§delete_inst_total: u128§load_inst_max: u64§save_inst_max: u64§delete_inst_max: u64Trait Implementations§
Source§impl CandidType for EventPerf
impl CandidType for EventPerf
Source§impl<'de> Deserialize<'de> for EventPerf
impl<'de> Deserialize<'de> for EventPerf
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 EventPerf
impl RefUnwindSafe for EventPerf
impl Send for EventPerf
impl Sync for EventPerf
impl Unpin for EventPerf
impl UnwindSafe for EventPerf
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