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