pub struct MonthFunction;Expand description
Default implementation for the standard MONTH function
Trait Implementations§
Source§impl<T> Function<T> for MonthFunction
impl<T> Function<T> for MonthFunction
Auto Trait Implementations§
impl Freeze for MonthFunction
impl RefUnwindSafe for MonthFunction
impl Send for MonthFunction
impl Sync for MonthFunction
impl Unpin for MonthFunction
impl UnwindSafe for MonthFunction
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