pub struct DriftReport {
pub graph_stat_relations: CounterDrift,
pub type_dict_count: i64,
pub entity_out_deg: i64,
pub entity_in_deg: i64,
}Expand description
Denormalized counters whose stored values differ from physical graph rows.
Fields§
§graph_stat_relations: CounterDrift§type_dict_count: i64§entity_out_deg: i64§entity_in_deg: i64Trait Implementations§
Source§impl Clone for DriftReport
impl Clone for DriftReport
Source§fn clone(&self) -> DriftReport
fn clone(&self) -> DriftReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DriftReport
impl Debug for DriftReport
impl Eq for DriftReport
Source§impl PartialEq for DriftReport
impl PartialEq for DriftReport
Source§impl Serialize for DriftReport
impl Serialize for DriftReport
impl StructuralPartialEq for DriftReport
Auto Trait Implementations§
impl Freeze for DriftReport
impl RefUnwindSafe for DriftReport
impl Send for DriftReport
impl Sync for DriftReport
impl Unpin for DriftReport
impl UnsafeUnpin for DriftReport
impl UnwindSafe for DriftReport
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