pub struct RuntimeHpoIntermediate {
pub trial_id: i64,
pub step: i32,
pub score: f64,
}Fields§
§trial_id: i64§step: i32§score: f64Trait Implementations§
Source§impl Clone for RuntimeHpoIntermediate
impl Clone for RuntimeHpoIntermediate
Source§fn clone(&self) -> RuntimeHpoIntermediate
fn clone(&self) -> RuntimeHpoIntermediate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuntimeHpoIntermediate
impl Debug for RuntimeHpoIntermediate
Source§impl PartialEq for RuntimeHpoIntermediate
impl PartialEq for RuntimeHpoIntermediate
impl StructuralPartialEq for RuntimeHpoIntermediate
Auto Trait Implementations§
impl Freeze for RuntimeHpoIntermediate
impl RefUnwindSafe for RuntimeHpoIntermediate
impl Send for RuntimeHpoIntermediate
impl Sync for RuntimeHpoIntermediate
impl Unpin for RuntimeHpoIntermediate
impl UnsafeUnpin for RuntimeHpoIntermediate
impl UnwindSafe for RuntimeHpoIntermediate
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