pub struct AdvantageMetric {
pub coordination_bonus_ratio_f64: f64,
pub resource_efficiency_idx_f64: f64,
pub revenue_multiplier_128: u128,
pub collective_trust_score_f64: f64,
}Expand description
MAXCAP: AdvantageMetric Quantifies the gain achieved by a node through collective imperial coordination.
Fields§
§coordination_bonus_ratio_f64: f64§resource_efficiency_idx_f64: f64§revenue_multiplier_128: u128§collective_trust_score_f64: f64Trait Implementations§
Source§impl Clone for AdvantageMetric
impl Clone for AdvantageMetric
Source§fn clone(&self) -> AdvantageMetric
fn clone(&self) -> AdvantageMetric
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 AdvantageMetric
impl Debug for AdvantageMetric
Source§impl<'de> Deserialize<'de> for AdvantageMetric
impl<'de> Deserialize<'de> for AdvantageMetric
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
Source§impl Serialize for AdvantageMetric
impl Serialize for AdvantageMetric
impl Copy for AdvantageMetric
Auto Trait Implementations§
impl Freeze for AdvantageMetric
impl RefUnwindSafe for AdvantageMetric
impl Send for AdvantageMetric
impl Sync for AdvantageMetric
impl Unpin for AdvantageMetric
impl UnsafeUnpin for AdvantageMetric
impl UnwindSafe for AdvantageMetric
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