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