pub struct QualityProof {
pub proof_id_128: u128,
pub node_aid: AID,
pub vitality_index_f64: f64,
pub staking_weight_p_t: Picotoken,
pub timestamp_ns: u128,
pub signature_chain_fragment: Vec<u8>,
}Expand description
RFC-009: QualityProof A real-time cryptographic proof of computational and metabolic integrity. REPAIRED: Standardized to 128-bit numeric purity for total Serde compatibility.
Fields§
§proof_id_128: u128§node_aid: AID§vitality_index_f64: f64§staking_weight_p_t: Picotoken§timestamp_ns: u128§signature_chain_fragment: Vec<u8>Trait Implementations§
Source§impl Clone for QualityProof
impl Clone for QualityProof
Source§fn clone(&self) -> QualityProof
fn clone(&self) -> QualityProof
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 QualityProof
impl Debug for QualityProof
Source§impl<'de> Deserialize<'de> for QualityProof
impl<'de> Deserialize<'de> for QualityProof
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 QualityProof
impl RefUnwindSafe for QualityProof
impl Send for QualityProof
impl Sync for QualityProof
impl Unpin for QualityProof
impl UnsafeUnpin for QualityProof
impl UnwindSafe for QualityProof
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