pub enum Casing {
CamelCase,
SnakeCase,
}Expand description
Identifier casing strategy for inferred names.
Variants§
Implementations§
Trait Implementations§
impl Copy for Casing
impl Eq for Casing
impl StructuralPartialEq for Casing
Auto Trait Implementations§
impl Freeze for Casing
impl RefUnwindSafe for Casing
impl Send for Casing
impl Sync for Casing
impl Unpin for Casing
impl UnsafeUnpin for Casing
impl UnwindSafe for Casing
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