pub enum KeyStyle {
None,
Snake,
Kebab,
Camel,
}Variants§
Trait Implementations§
impl Copy for KeyStyle
impl Eq for KeyStyle
impl StructuralPartialEq for KeyStyle
Auto Trait Implementations§
impl Freeze for KeyStyle
impl RefUnwindSafe for KeyStyle
impl Send for KeyStyle
impl Sync for KeyStyle
impl Unpin for KeyStyle
impl UnsafeUnpin for KeyStyle
impl UnwindSafe for KeyStyle
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