pub struct RuntimeHpoProposal {
pub trial_id: i64,
pub variant: VariantPlan,
}Expand description
One candidate proposed by a local tuner session. It contains a normal plan variant only; no native optimizer/context can cross the scheduler boundary.
Fields§
§trial_id: i64§variant: VariantPlanTrait Implementations§
Source§impl Clone for RuntimeHpoProposal
impl Clone for RuntimeHpoProposal
Source§fn clone(&self) -> RuntimeHpoProposal
fn clone(&self) -> RuntimeHpoProposal
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 RuntimeHpoProposal
impl Debug for RuntimeHpoProposal
Source§impl PartialEq for RuntimeHpoProposal
impl PartialEq for RuntimeHpoProposal
impl StructuralPartialEq for RuntimeHpoProposal
Auto Trait Implementations§
impl Freeze for RuntimeHpoProposal
impl RefUnwindSafe for RuntimeHpoProposal
impl Send for RuntimeHpoProposal
impl Sync for RuntimeHpoProposal
impl Unpin for RuntimeHpoProposal
impl UnsafeUnpin for RuntimeHpoProposal
impl UnwindSafe for RuntimeHpoProposal
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