pub enum Case {
Show 14 variants
Alternating,
Snake,
Camel,
Kebab,
Dot,
Header,
Normal,
Original,
Pascal,
Path,
Sentence,
Title,
UpperSnake,
WindowsPath,
}Expand description
Case variants into which the string can be recased.
Variants§
Alternating
Snake
Camel
Kebab
Dot
Header
Normal
Original
Pascal
Path
Sentence
Title
UpperSnake
WindowsPath
Trait Implementations§
source§impl PartialEq<Case> for Case
impl PartialEq<Case> for Case
impl StructuralPartialEq for Case
Auto Trait Implementations§
impl RefUnwindSafe for Case
impl Send for Case
impl Sync for Case
impl Unpin for Case
impl UnwindSafe for Case
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