pub struct AgentNetworkInfo {
pub agent_id: String,
pub memory_count: usize,
pub avg_importance: f32,
}Expand description
Summary info for an agent in the cross-agent network
Fields§
§agent_id: String§memory_count: usize§avg_importance: f32Trait Implementations§
Source§impl Debug for AgentNetworkInfo
impl Debug for AgentNetworkInfo
Auto Trait Implementations§
impl Freeze for AgentNetworkInfo
impl RefUnwindSafe for AgentNetworkInfo
impl Send for AgentNetworkInfo
impl Sync for AgentNetworkInfo
impl Unpin for AgentNetworkInfo
impl UnsafeUnpin for AgentNetworkInfo
impl UnwindSafe for AgentNetworkInfo
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