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