pub struct NumericTool;Expand description
Tests if is_numeric is true.
Trait Implementations§
Source§impl Atom for NumericTool
impl Atom for NumericTool
Source§impl Clone for NumericTool
impl Clone for NumericTool
Source§fn clone(&self) -> NumericTool
fn clone(&self) -> NumericTool
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 NumericTool
impl Debug for NumericTool
Source§impl Default for NumericTool
impl Default for NumericTool
Source§fn default() -> NumericTool
fn default() -> NumericTool
Returns the “default value” for a type. Read more
impl Copy for NumericTool
Auto Trait Implementations§
impl Freeze for NumericTool
impl RefUnwindSafe for NumericTool
impl Send for NumericTool
impl Sync for NumericTool
impl Unpin for NumericTool
impl UnwindSafe for NumericTool
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