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