pub struct AgentNetworkStats {
pub total_agents: usize,
pub total_nodes: usize,
pub total_cross_edges: usize,
pub density: f32,
}Expand description
Statistics for the cross-agent network
Fields§
§total_agents: usize§total_nodes: usize§total_cross_edges: usize§density: f32Trait Implementations§
Source§impl Debug for AgentNetworkStats
impl Debug for AgentNetworkStats
Auto Trait Implementations§
impl Freeze for AgentNetworkStats
impl RefUnwindSafe for AgentNetworkStats
impl Send for AgentNetworkStats
impl Sync for AgentNetworkStats
impl Unpin for AgentNetworkStats
impl UnsafeUnpin for AgentNetworkStats
impl UnwindSafe for AgentNetworkStats
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