pub struct SwarmCoherence {
pub resonance_score: f32,
pub hive_liquidity: u64,
pub threat_index: f32,
}Expand description
[RFC-006] Swarm Coherence Metrics. Represents the real-time health and alignment of a collective AI cluster.
Fields§
§resonance_score: f32Percentage of nodes currently phase-locked in Kinetic Resonance.
hive_liquidity: u64Total metabolic credits available in the Hive pool (in picotokens).
threat_index: f32Current pathogen threat level detected by the Swarm Shield (0.0 to 1.0).
Trait Implementations§
Source§impl Clone for SwarmCoherence
impl Clone for SwarmCoherence
Source§fn clone(&self) -> SwarmCoherence
fn clone(&self) -> SwarmCoherence
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SwarmCoherence
impl RefUnwindSafe for SwarmCoherence
impl Send for SwarmCoherence
impl Sync for SwarmCoherence
impl Unpin for SwarmCoherence
impl UnsafeUnpin for SwarmCoherence
impl UnwindSafe for SwarmCoherence
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