pub struct AlphaUscore {}Expand description
AlphaUscore this doesn’t force ASCII, instead we’re using the unicode is_alphabetic and ASCII is handled in 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 · 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<'de> Deserialize<'de> for AlphaUscore
impl<'de> Deserialize<'de> for AlphaUscore
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FieldValue for AlphaUscore
impl FieldValue for AlphaUscore
Source§impl PartialEq for AlphaUscore
impl PartialEq for AlphaUscore
Source§impl Path for AlphaUscore
impl Path for AlphaUscore
Source§impl SanitizeAuto for AlphaUscore
impl SanitizeAuto for AlphaUscore
fn sanitize_self(&mut self)
fn sanitize_children(&mut self)
fn sanitize_self_with(&mut self, _ctx: &SanitizeContext)
fn sanitize_children_with(&mut self, _ctx: &SanitizeContext)
Source§impl SanitizeCustom for AlphaUscore
impl SanitizeCustom for AlphaUscore
fn sanitize_custom(&mut self)
fn sanitize_custom_with(&mut self, _ctx: &SanitizeContext)
Source§impl Serialize for AlphaUscore
impl Serialize for AlphaUscore
Source§impl ValidateAuto for AlphaUscore
impl ValidateAuto for AlphaUscore
fn validate_self(&self) -> Result<(), ErrorTree>
fn validate_children(&self) -> Result<(), ErrorTree>
fn validate_self_with(&self, _ctx: &ValidateContext) -> Result<(), ErrorTree>
fn validate_children_with( &self, _ctx: &ValidateContext, ) -> Result<(), ErrorTree>
Source§impl ValidateCustom for AlphaUscore
impl ValidateCustom for AlphaUscore
fn validate_custom(&self) -> Result<(), ErrorTree>
fn validate_custom_with(&self, _ctx: &ValidateContext) -> Result<(), ErrorTree>
Source§impl Visitable for AlphaUscore
impl Visitable for AlphaUscore
impl Eq for AlphaUscore
impl StructuralPartialEq for AlphaUscore
Auto Trait Implementations§
impl Freeze for AlphaUscore
impl RefUnwindSafe for AlphaUscore
impl Send for AlphaUscore
impl Sync for AlphaUscore
impl Unpin 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