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