pub enum NumberMode {
Auto,
Box,
Slider,
}Variants§
Trait Implementations§
Source§impl Clone for NumberMode
impl Clone for NumberMode
Source§fn clone(&self) -> NumberMode
fn clone(&self) -> NumberMode
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 NumberMode
impl Debug for NumberMode
Source§impl Default for NumberMode
impl Default for NumberMode
Source§fn default() -> NumberMode
fn default() -> NumberMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for NumberMode
impl PartialEq for NumberMode
impl Copy for NumberMode
impl Eq for NumberMode
impl StructuralPartialEq for NumberMode
Auto Trait Implementations§
impl Freeze for NumberMode
impl RefUnwindSafe for NumberMode
impl Send for NumberMode
impl Sync for NumberMode
impl Unpin for NumberMode
impl UnwindSafe for NumberMode
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