pub struct HeuristicRun {
pub id: String,
pub label: String,
pub description: String,
pub taa: TaaRun,
pub alpha_frames: Vec<ScalarField>,
pub response_frames: Vec<ScalarField>,
}Fields§
§id: String§label: String§description: String§taa: TaaRun§alpha_frames: Vec<ScalarField>§response_frames: Vec<ScalarField>Trait Implementations§
Source§impl Clone for HeuristicRun
impl Clone for HeuristicRun
Source§fn clone(&self) -> HeuristicRun
fn clone(&self) -> HeuristicRun
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 HeuristicRun
impl RefUnwindSafe for HeuristicRun
impl Send for HeuristicRun
impl Sync for HeuristicRun
impl Unpin for HeuristicRun
impl UnsafeUnpin for HeuristicRun
impl UnwindSafe for HeuristicRun
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