pub struct InputDefault {
pub val: Value,
pub min: Value,
pub max: Value,
}Expand description
A default set of values for an Input
Fields§
§val: ValueThe default value
min: ValueThe default minimum value
max: ValueThe default maximum value
Trait Implementations§
Source§impl Debug for InputDefault
impl Debug for InputDefault
Source§impl Default for InputDefault
impl Default for InputDefault
Source§fn default() -> InputDefault
fn default() -> InputDefault
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InputDefault
impl RefUnwindSafe for InputDefault
impl Send for InputDefault
impl Sync for InputDefault
impl Unpin for InputDefault
impl UnwindSafe for InputDefault
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