pub struct PluralizeFunction;Expand description
Resolve the correct plural form for a numeric value.
Trait Implementations§
Source§impl FunctionImplementation for PluralizeFunction
impl FunctionImplementation for PluralizeFunction
Source§fn return_type(&self) -> ReturnType
fn return_type(&self) -> ReturnType
The return type of this function.
Auto Trait Implementations§
impl Freeze for PluralizeFunction
impl RefUnwindSafe for PluralizeFunction
impl Send for PluralizeFunction
impl Sync for PluralizeFunction
impl Unpin for PluralizeFunction
impl UnsafeUnpin for PluralizeFunction
impl UnwindSafe for PluralizeFunction
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