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