pub struct AgentConsolidationLogEntry {
pub timestamp: u64,
pub clusters_found: u64,
pub memories_deprecated: u64,
pub anchor_ids: Vec<String>,
pub deprecated_ids: Vec<String>,
}Expand description
One entry in the agent consolidation log.
Fields§
§timestamp: u64§clusters_found: u64§memories_deprecated: u64§anchor_ids: Vec<String>§deprecated_ids: Vec<String>Trait Implementations§
Source§impl Clone for AgentConsolidationLogEntry
impl Clone for AgentConsolidationLogEntry
Source§fn clone(&self) -> AgentConsolidationLogEntry
fn clone(&self) -> AgentConsolidationLogEntry
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 AgentConsolidationLogEntry
impl Debug for AgentConsolidationLogEntry
Source§impl<'de> Deserialize<'de> for AgentConsolidationLogEntry
impl<'de> Deserialize<'de> for AgentConsolidationLogEntry
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 AgentConsolidationLogEntry
impl RefUnwindSafe for AgentConsolidationLogEntry
impl Send for AgentConsolidationLogEntry
impl Sync for AgentConsolidationLogEntry
impl Unpin for AgentConsolidationLogEntry
impl UnsafeUnpin for AgentConsolidationLogEntry
impl UnwindSafe for AgentConsolidationLogEntry
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