pub struct ExportBundle {
pub manifest: RunManifestRow,
pub events: Vec<StructuralEvent>,
pub threshold_sweep: Vec<ThresholdSweepRow>,
pub transition_sharpness: Vec<TransitionSharpnessRow>,
pub time_local_metrics: Vec<TimeLocalMetricsRow>,
pub graph_snapshot_low: Vec<GraphSnapshotRow>,
pub graph_snapshot_critical: Vec<GraphSnapshotRow>,
pub graph_snapshot_high: Vec<GraphSnapshotRow>,
pub graph_snapshot_tau_020: Vec<GraphSnapshotRow>,
pub graph_snapshot_tau_030: Vec<GraphSnapshotRow>,
pub graph_snapshot_tau_040: Vec<GraphSnapshotRow>,
}Fields§
§manifest: RunManifestRow§events: Vec<StructuralEvent>§threshold_sweep: Vec<ThresholdSweepRow>§transition_sharpness: Vec<TransitionSharpnessRow>§time_local_metrics: Vec<TimeLocalMetricsRow>§graph_snapshot_low: Vec<GraphSnapshotRow>§graph_snapshot_critical: Vec<GraphSnapshotRow>§graph_snapshot_high: Vec<GraphSnapshotRow>§graph_snapshot_tau_020: Vec<GraphSnapshotRow>§graph_snapshot_tau_030: Vec<GraphSnapshotRow>§graph_snapshot_tau_040: Vec<GraphSnapshotRow>Trait Implementations§
Source§impl Clone for ExportBundle
impl Clone for ExportBundle
Source§fn clone(&self) -> ExportBundle
fn clone(&self) -> ExportBundle
Returns a duplicate of the value. Read more
1.0.0 · 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 ExportBundle
impl RefUnwindSafe for ExportBundle
impl Send for ExportBundle
impl Sync for ExportBundle
impl Unpin for ExportBundle
impl UnsafeUnpin for ExportBundle
impl UnwindSafe for ExportBundle
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