pub struct TimeLocalMetricsRow {
pub run_id: String,
pub tau_threshold: f64,
pub window_start: usize,
pub window_end: usize,
pub anchor_event: usize,
pub reachable_fraction: f64,
pub active_edge_count: usize,
pub mean_out_degree: f64,
pub regime_label: String,
}Fields§
§run_id: String§tau_threshold: f64§window_start: usize§window_end: usize§anchor_event: usize§reachable_fraction: f64§active_edge_count: usize§mean_out_degree: f64§regime_label: StringTrait Implementations§
Source§impl Clone for TimeLocalMetricsRow
impl Clone for TimeLocalMetricsRow
Source§fn clone(&self) -> TimeLocalMetricsRow
fn clone(&self) -> TimeLocalMetricsRow
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 TimeLocalMetricsRow
impl RefUnwindSafe for TimeLocalMetricsRow
impl Send for TimeLocalMetricsRow
impl Sync for TimeLocalMetricsRow
impl Unpin for TimeLocalMetricsRow
impl UnsafeUnpin for TimeLocalMetricsRow
impl UnwindSafe for TimeLocalMetricsRow
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