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