pub enum Into {
Show 14 variants
Altering,
Snake,
Camel,
Kebab,
Dot,
Header,
Normal,
Original,
Pascal,
Path,
Sentence,
Title,
UpperSnake,
WindowsPath,
}
Expand description
Enum to represent the different cases that can be converted to.
Variants§
Altering
Snake
Camel
Kebab
Dot
Header
Normal
Original
Pascal
Path
Sentence
Title
UpperSnake
WindowsPath
Trait Implementations§
Source§impl Ord for Into
impl Ord for Into
Source§impl PartialOrd for Into
impl PartialOrd for Into
impl Copy for Into
impl Eq for Into
impl StructuralPartialEq for Into
Auto Trait Implementations§
impl Freeze for Into
impl RefUnwindSafe for Into
impl Send for Into
impl Sync for Into
impl Unpin for Into
impl UnwindSafe for Into
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