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