#[non_exhaustive]pub struct IntegerParameterRangeSpecification { /* private fields */ }Expand description
Defines the possible values for an integer hyperparameter.
Implementations
sourceimpl IntegerParameterRangeSpecification
impl IntegerParameterRangeSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IntegerParameterRangeSpecification.
Trait Implementations
sourceimpl Clone for IntegerParameterRangeSpecification
impl Clone for IntegerParameterRangeSpecification
sourcefn clone(&self) -> IntegerParameterRangeSpecification
fn clone(&self) -> IntegerParameterRangeSpecification
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<IntegerParameterRangeSpecification> for IntegerParameterRangeSpecification
impl PartialEq<IntegerParameterRangeSpecification> for IntegerParameterRangeSpecification
sourcefn eq(&self, other: &IntegerParameterRangeSpecification) -> bool
fn eq(&self, other: &IntegerParameterRangeSpecification) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more