pub struct ToUpperSnake(/* private fields */);
Trait Implementations§
Source§impl Clone for ToUpperSnake
impl Clone for ToUpperSnake
Source§fn clone(&self) -> ToUpperSnake
fn clone(&self) -> ToUpperSnake
Returns a duplicate 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 Naming for ToUpperSnake
impl Naming for ToUpperSnake
Source§impl Operator for ToUpperSnake
impl Operator for ToUpperSnake
type FirstIter = ToUppercase
type OpenSection = ToUppercase
type RestIter = ToUppercase
fn first_iter(c: char) -> Self::FirstIter
fn open_section(c: char) -> Self::OpenSection
fn rest_iter(c: char) -> Self::RestIter
fn sep() -> &'static str
impl Copy for ToUpperSnake
Auto Trait Implementations§
impl Freeze for ToUpperSnake
impl RefUnwindSafe for ToUpperSnake
impl Send for ToUpperSnake
impl Sync for ToUpperSnake
impl Unpin for ToUpperSnake
impl UnwindSafe for ToUpperSnake
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