pub struct AlphaUscore;Expand description
AlphaUscore
this doesn’t force ASCII; it uses Unicode is_alphabetic
ASCII is handled by a separate validator
Trait Implementations§
Source§impl Clone for AlphaUscore
impl Clone for AlphaUscore
Source§fn clone(&self) -> AlphaUscore
fn clone(&self) -> AlphaUscore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AlphaUscore
impl Debug for AlphaUscore
Source§impl Default for AlphaUscore
impl Default for AlphaUscore
Source§fn default() -> AlphaUscore
fn default() -> AlphaUscore
Returns the “default value” for a type. Read more
Source§impl Path for AlphaUscore
impl Path for AlphaUscore
Source§impl Validator<str> for AlphaUscore
impl Validator<str> for AlphaUscore
fn validate(&self, s: &str, ctx: &mut dyn VisitorContext)
Auto Trait Implementations§
impl Freeze for AlphaUscore
impl RefUnwindSafe for AlphaUscore
impl Send for AlphaUscore
impl Sync for AlphaUscore
impl Unpin for AlphaUscore
impl UnsafeUnpin for AlphaUscore
impl UnwindSafe for AlphaUscore
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