pub enum SemanticsNumericField {
Value,
Min,
Max,
Step,
Jump,
}Variants§
Trait Implementations§
Source§impl Clone for SemanticsNumericField
impl Clone for SemanticsNumericField
Source§fn clone(&self) -> SemanticsNumericField
fn clone(&self) -> SemanticsNumericField
Returns a duplicate 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 Debug for SemanticsNumericField
impl Debug for SemanticsNumericField
Source§impl PartialEq for SemanticsNumericField
impl PartialEq for SemanticsNumericField
impl Copy for SemanticsNumericField
impl Eq for SemanticsNumericField
impl StructuralPartialEq for SemanticsNumericField
Auto Trait Implementations§
impl Freeze for SemanticsNumericField
impl RefUnwindSafe for SemanticsNumericField
impl Send for SemanticsNumericField
impl Sync for SemanticsNumericField
impl Unpin for SemanticsNumericField
impl UnsafeUnpin for SemanticsNumericField
impl UnwindSafe for SemanticsNumericField
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