pub struct HpoBatch {
pub trials: Vec<HpoTrial>,
pub native_error: Option<HpoNativeError>,
}Fields§
§trials: Vec<HpoTrial>§native_error: Option<HpoNativeError>Trait Implementations§
impl StructuralPartialEq for HpoBatch
Auto Trait Implementations§
impl Freeze for HpoBatch
impl RefUnwindSafe for HpoBatch
impl Send for HpoBatch
impl Sync for HpoBatch
impl Unpin for HpoBatch
impl UnsafeUnpin for HpoBatch
impl UnwindSafe for HpoBatch
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