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