pub struct ConsciousnessTimeScaleAnalysis {
pub assessments: Vec<ConsciousnessTimeScaleAssessment>,
pub recommended_scale: String,
pub decoherence_time_s: f64,
pub qubit_count: usize,
}Expand description
Analysis of entanglement viability across the canonical consciousness
time scales. Companion to DecoherenceAnalysis / UncertaintyAnalysis
produced by sibling validators.
Fields§
§assessments: Vec<ConsciousnessTimeScaleAssessment>§recommended_scale: String§decoherence_time_s: f64§qubit_count: usizeTrait Implementations§
Source§impl Clone for ConsciousnessTimeScaleAnalysis
impl Clone for ConsciousnessTimeScaleAnalysis
Source§fn clone(&self) -> ConsciousnessTimeScaleAnalysis
fn clone(&self) -> ConsciousnessTimeScaleAnalysis
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 moreAuto Trait Implementations§
impl Freeze for ConsciousnessTimeScaleAnalysis
impl RefUnwindSafe for ConsciousnessTimeScaleAnalysis
impl Send for ConsciousnessTimeScaleAnalysis
impl Sync for ConsciousnessTimeScaleAnalysis
impl Unpin for ConsciousnessTimeScaleAnalysis
impl UnsafeUnpin for ConsciousnessTimeScaleAnalysis
impl UnwindSafe for ConsciousnessTimeScaleAnalysis
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