pub struct Snake;Expand description
Converts the input to snake_case.
Template usage: {{ name | snake }}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Snake
impl RefUnwindSafe for Snake
impl Send for Snake
impl Sync for Snake
impl Unpin for Snake
impl UnsafeUnpin for Snake
impl UnwindSafe for Snake
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