pub struct TemporalImpact {
pub temperament: f64,
pub veracity: f64,
}Expand description
The T3/V3 trust signal a deadline outcome produces.
Fields§
§temperament: f64Delta to T3 Temperament (consistency / responsiveness).
veracity: f64Delta to V3 Veracity (did it do what it said, when it said).
Implementations§
Trait Implementations§
Source§impl Clone for TemporalImpact
impl Clone for TemporalImpact
impl Copy for TemporalImpact
Source§impl Debug for TemporalImpact
impl Debug for TemporalImpact
Source§impl PartialEq for TemporalImpact
impl PartialEq for TemporalImpact
impl StructuralPartialEq for TemporalImpact
Auto Trait Implementations§
impl Freeze for TemporalImpact
impl RefUnwindSafe for TemporalImpact
impl Send for TemporalImpact
impl Sync for TemporalImpact
impl Unpin for TemporalImpact
impl UnsafeUnpin for TemporalImpact
impl UnwindSafe for TemporalImpact
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