pub struct AlphanumUscore;Expand description
AlphanumUscore
Trait Implementations§
Source§impl Clone for AlphanumUscore
impl Clone for AlphanumUscore
Source§fn clone(&self) -> AlphanumUscore
fn clone(&self) -> AlphanumUscore
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 AlphanumUscore
impl Debug for AlphanumUscore
Source§impl Default for AlphanumUscore
impl Default for AlphanumUscore
Source§fn default() -> AlphanumUscore
fn default() -> AlphanumUscore
Returns the “default value” for a type. Read more
Source§impl Path for AlphanumUscore
impl Path for AlphanumUscore
Source§impl Validator<str> for AlphanumUscore
impl Validator<str> for AlphanumUscore
fn validate(&self, s: &str, ctx: &mut dyn VisitorContext)
Auto Trait Implementations§
impl Freeze for AlphanumUscore
impl RefUnwindSafe for AlphanumUscore
impl Send for AlphanumUscore
impl Sync for AlphanumUscore
impl Unpin for AlphanumUscore
impl UnsafeUnpin for AlphanumUscore
impl UnwindSafe for AlphanumUscore
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