Struct fastiron_stats::structures::raw::TalliesReport
source · pub struct TalliesReport {
pub tallies_data: [TalliedVariable; 17],
}
Expand description
Structure modelling a report produced by the main executable.
Fields§
§tallies_data: [TalliedVariable; 17]
Data represented as variable.
Trait Implementations§
source§impl From<File> for TalliesReport
impl From<File> for TalliesReport
Custom From
implementation for processing at initialization.
source§impl From<TalliesReport> for CorrelationResults
impl From<TalliesReport> for CorrelationResults
Custom From
implementation used to process the raw data at initialization.
source§fn from(report: TalliesReport) -> Self
fn from(report: TalliesReport) -> Self
Converts to this type from the input type.
source§impl Index<TalliedData> for TalliesReport
impl Index<TalliedData> for TalliesReport
source§type Output = TalliedVariable
type Output = TalliedVariable
The returned type after indexing.
Auto Trait Implementations§
impl Freeze for TalliesReport
impl RefUnwindSafe for TalliesReport
impl Send for TalliesReport
impl Sync for TalliesReport
impl Unpin for TalliesReport
impl UnwindSafe for TalliesReport
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