pub struct RunManifestRow {Show 13 fields
pub run_id: String,
pub timestamp: String,
pub config_hash: String,
pub crate_name: String,
pub crate_version: String,
pub n_events: usize,
pub n_channels: usize,
pub causal_window: usize,
pub tau_steps: usize,
pub shock_start: usize,
pub shock_end: usize,
pub beta: f64,
pub envelope_decay: f64,
}Fields§
§run_id: String§timestamp: String§config_hash: String§crate_name: String§crate_version: String§n_events: usize§n_channels: usize§causal_window: usize§tau_steps: usize§shock_start: usize§shock_end: usize§beta: f64§envelope_decay: f64Trait Implementations§
Source§impl Clone for RunManifestRow
impl Clone for RunManifestRow
Source§fn clone(&self) -> RunManifestRow
fn clone(&self) -> RunManifestRow
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 RunManifestRow
impl RefUnwindSafe for RunManifestRow
impl Send for RunManifestRow
impl Sync for RunManifestRow
impl Unpin for RunManifestRow
impl UnsafeUnpin for RunManifestRow
impl UnwindSafe for RunManifestRow
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