pub enum HpoReportOutcome {
Continue,
Pruned(HpoTrial),
}Variants§
Trait Implementations§
Source§impl Clone for HpoReportOutcome
impl Clone for HpoReportOutcome
Source§fn clone(&self) -> HpoReportOutcome
fn clone(&self) -> HpoReportOutcome
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 HpoReportOutcome
impl Debug for HpoReportOutcome
Source§impl PartialEq for HpoReportOutcome
impl PartialEq for HpoReportOutcome
impl StructuralPartialEq for HpoReportOutcome
Auto Trait Implementations§
impl Freeze for HpoReportOutcome
impl RefUnwindSafe for HpoReportOutcome
impl Send for HpoReportOutcome
impl Sync for HpoReportOutcome
impl Unpin for HpoReportOutcome
impl UnsafeUnpin for HpoReportOutcome
impl UnwindSafe for HpoReportOutcome
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