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