pub struct TypoCase { /* private fields */ }
Implementations§
Source§impl TypoCase
impl TypoCase
pub fn new(_string: String) -> TypoCase
pub fn pascal_case(&self) -> String
pub fn camel_case(&self) -> String
pub fn snake_case(&self) -> String
pub fn constant_case(&self) -> String
pub fn kebab_case(&self) -> String
Auto Trait Implementations§
impl Freeze for TypoCase
impl RefUnwindSafe for TypoCase
impl Send for TypoCase
impl Sync for TypoCase
impl Unpin for TypoCase
impl UnwindSafe for TypoCase
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