pub struct FormatNumberFunction;Expand description
Format a number with optional grouping and decimal precision.
Trait Implementations§
Source§impl FunctionImplementation for FormatNumberFunction
impl FunctionImplementation for FormatNumberFunction
Source§fn return_type(&self) -> ReturnType
fn return_type(&self) -> ReturnType
The return type of this function.
Auto Trait Implementations§
impl Freeze for FormatNumberFunction
impl RefUnwindSafe for FormatNumberFunction
impl Send for FormatNumberFunction
impl Sync for FormatNumberFunction
impl Unpin for FormatNumberFunction
impl UnsafeUnpin for FormatNumberFunction
impl UnwindSafe for FormatNumberFunction
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