pub struct IndexLag {
pub kind: IndexKind,
pub lag_versions: u64,
}Expand description
Per-kind lag included in diagnostics snapshots.
Fields§
§kind: IndexKind§lag_versions: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for IndexLag
impl<'de> Deserialize<'de> for IndexLag
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
impl Eq for IndexLag
impl StructuralPartialEq for IndexLag
Auto Trait Implementations§
impl Freeze for IndexLag
impl RefUnwindSafe for IndexLag
impl Send for IndexLag
impl Sync for IndexLag
impl Unpin for IndexLag
impl UnsafeUnpin for IndexLag
impl UnwindSafe for IndexLag
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