pub struct FormatDateFunction;Expand description
Format an ISO-8601 datetime string using a TR35-style pattern.
Trait Implementations§
Source§impl FunctionImplementation for FormatDateFunction
impl FunctionImplementation for FormatDateFunction
Source§fn return_type(&self) -> ReturnType
fn return_type(&self) -> ReturnType
The return type of this function.
Auto Trait Implementations§
impl Freeze for FormatDateFunction
impl RefUnwindSafe for FormatDateFunction
impl Send for FormatDateFunction
impl Sync for FormatDateFunction
impl Unpin for FormatDateFunction
impl UnsafeUnpin for FormatDateFunction
impl UnwindSafe for FormatDateFunction
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