#[non_exhaustive]pub struct ContinuousHyperParameterRange { /* private fields */ }
Expand description
Provides the name and range of a continuous hyperparameter.
Implementations§
source§impl ContinuousHyperParameterRange
impl ContinuousHyperParameterRange
sourcepub fn builder() -> ContinuousHyperParameterRangeBuilder
pub fn builder() -> ContinuousHyperParameterRangeBuilder
Creates a new builder-style object to manufacture ContinuousHyperParameterRange
.
Trait Implementations§
source§impl Clone for ContinuousHyperParameterRange
impl Clone for ContinuousHyperParameterRange
source§fn clone(&self) -> ContinuousHyperParameterRange
fn clone(&self) -> ContinuousHyperParameterRange
Returns a copy 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 moresource§impl PartialEq<ContinuousHyperParameterRange> for ContinuousHyperParameterRange
impl PartialEq<ContinuousHyperParameterRange> for ContinuousHyperParameterRange
source§fn eq(&self, other: &ContinuousHyperParameterRange) -> bool
fn eq(&self, other: &ContinuousHyperParameterRange) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ContinuousHyperParameterRange
Auto Trait Implementations§
impl RefUnwindSafe for ContinuousHyperParameterRange
impl Send for ContinuousHyperParameterRange
impl Sync for ContinuousHyperParameterRange
impl Unpin for ContinuousHyperParameterRange
impl UnwindSafe for ContinuousHyperParameterRange
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