pub enum CaseName {
NoCase,
SnakeCase,
CamelCase,
PascalCase,
MacroCase,
KebabCase,
TrainCase,
FlatCase,
}
Variants§
Auto Trait Implementations§
impl Freeze for CaseName
impl RefUnwindSafe for CaseName
impl Send for CaseName
impl Sync for CaseName
impl Unpin for CaseName
impl UnwindSafe for CaseName
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