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