Enum clipmdplus_macro::NamingStyle
source · pub(crate) enum NamingStyle {
SnakeCase,
CamelCase,
ScreamingSnakeCase,
None,
}
Variants§
Trait Implementations§
source§impl Clone for NamingStyle
impl Clone for NamingStyle
source§fn clone(&self) -> NamingStyle
fn clone(&self) -> NamingStyle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NamingStyle
impl Debug for NamingStyle
source§impl Display for NamingStyle
impl Display for NamingStyle
source§impl Hash for NamingStyle
impl Hash for NamingStyle
source§impl PartialEq<NamingStyle> for NamingStyle
impl PartialEq<NamingStyle> for NamingStyle
source§fn eq(&self, other: &NamingStyle) -> bool
fn eq(&self, other: &NamingStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NamingStyle
impl Eq for NamingStyle
impl StructuralEq for NamingStyle
impl StructuralPartialEq for NamingStyle
Auto Trait Implementations§
impl RefUnwindSafe for NamingStyle
impl Send for NamingStyle
impl Sync for NamingStyle
impl Unpin for NamingStyle
impl UnwindSafe for NamingStyle
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