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