pub struct MutationLogEntry {
pub graph_version: GraphVersion,
pub evidence_count: usize,
pub entity_count: usize,
pub relation_count: usize,
pub claim_count: usize,
pub event_count: usize,
pub affected_scopes: Vec<String>,
pub affected_entity_ids: Vec<String>,
pub evidence_ids: Vec<String>,
pub source_hashes: Vec<String>,
}Expand description
Mutation log entry returned for replay and index refresh planning.
Fields§
§graph_version: GraphVersion§evidence_count: usize§entity_count: usize§relation_count: usize§claim_count: usize§event_count: usize§affected_scopes: Vec<String>§affected_entity_ids: Vec<String>§evidence_ids: Vec<String>§source_hashes: Vec<String>Trait Implementations§
Source§impl Clone for MutationLogEntry
impl Clone for MutationLogEntry
Source§fn clone(&self) -> MutationLogEntry
fn clone(&self) -> MutationLogEntry
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 MutationLogEntry
impl Debug for MutationLogEntry
Source§impl<'de> Deserialize<'de> for MutationLogEntry
impl<'de> Deserialize<'de> for MutationLogEntry
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 MutationLogEntry
Source§impl PartialEq for MutationLogEntry
impl PartialEq for MutationLogEntry
Source§impl Serialize for MutationLogEntry
impl Serialize for MutationLogEntry
impl StructuralPartialEq for MutationLogEntry
Auto Trait Implementations§
impl Freeze for MutationLogEntry
impl RefUnwindSafe for MutationLogEntry
impl Send for MutationLogEntry
impl Sync for MutationLogEntry
impl Unpin for MutationLogEntry
impl UnsafeUnpin for MutationLogEntry
impl UnwindSafe for MutationLogEntry
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.