pub enum CaseStyle {
Pascal,
Camel,
Snake,
Upper,
Lower,
}Expand description
The target case style to transform the identifiers to.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaseStyle
impl RefUnwindSafe for CaseStyle
impl Send for CaseStyle
impl Sync for CaseStyle
impl Unpin for CaseStyle
impl UnsafeUnpin for CaseStyle
impl UnwindSafe for CaseStyle
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