pub struct F64Input;
Expand description
Allows you take take an f64 input
Trait Implementations§
Auto Trait Implementations§
impl Freeze for F64Input
impl RefUnwindSafe for F64Input
impl Send for F64Input
impl Sync for F64Input
impl Unpin for F64Input
impl UnwindSafe for F64Input
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