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