#[repr(C)]pub enum CaseType {
CAMEL = 0,
SNAKE = 1,
KEBAB = 2,
}Expand description
Runtime data type representing a case
Variants§
Implementations§
Trait Implementations§
Source§impl<'a, 'b> DefiningCase<'a, CaseTypeIterator<'a>> for &'b CaseType
impl<'a, 'b> DefiningCase<'a, CaseTypeIterator<'a>> for &'b CaseType
fn components_iter(self, src: &'a str) -> CaseTypeIterator<'a> ⓘ
Auto Trait Implementations§
impl Freeze for CaseType
impl RefUnwindSafe for CaseType
impl Send for CaseType
impl Sync for CaseType
impl Unpin for CaseType
impl UnwindSafe for CaseType
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