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