pub struct TimeScaleAnalysis {
pub validator_config: String,
pub requirements: Vec<TimeScaleRequirement>,
pub recommended_consciousness_scale: String,
pub recommended_time_s: f64,
}Expand description
Analysis of energy requirements across time scales
Fields§
§validator_config: String§requirements: Vec<TimeScaleRequirement>§recommended_consciousness_scale: String§recommended_time_s: f64Trait Implementations§
Source§impl Clone for TimeScaleAnalysis
impl Clone for TimeScaleAnalysis
Source§fn clone(&self) -> TimeScaleAnalysis
fn clone(&self) -> TimeScaleAnalysis
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 TimeScaleAnalysis
impl RefUnwindSafe for TimeScaleAnalysis
impl Send for TimeScaleAnalysis
impl Sync for TimeScaleAnalysis
impl Unpin for TimeScaleAnalysis
impl UnsafeUnpin for TimeScaleAnalysis
impl UnwindSafe for TimeScaleAnalysis
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