pub struct ParameterOptions<T: ParameterVariant> { /* private fields */ }
Expand description
Options that can be attached to a parameter, such as description, ranges. Some of this data will be used to populate the ParameterDescriptor
Trait Implementations§
Source§impl<T: Clone + ParameterVariant> Clone for ParameterOptions<T>
impl<T: Clone + ParameterVariant> Clone for ParameterOptions<T>
Source§fn clone(&self) -> ParameterOptions<T>
fn clone(&self) -> ParameterOptions<T>
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<T: Debug + ParameterVariant> Debug for ParameterOptions<T>
impl<T: Debug + ParameterVariant> Debug for ParameterOptions<T>
Source§impl<T: ParameterVariant> Default for ParameterOptions<T>
impl<T: ParameterVariant> Default for ParameterOptions<T>
Auto Trait Implementations§
impl<T> Freeze for ParameterOptions<T>
impl<T> RefUnwindSafe for ParameterOptions<T>
impl<T> Send for ParameterOptions<T>
impl<T> Sync for ParameterOptions<T>
impl<T> Unpin for ParameterOptions<T>
impl<T> UnwindSafe for ParameterOptions<T>
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