pub struct DateTruncFunction;Trait Implementations§
Source§impl Rule for DateTruncFunction
impl Rule for DateTruncFunction
Auto Trait Implementations§
impl Freeze for DateTruncFunction
impl RefUnwindSafe for DateTruncFunction
impl Send for DateTruncFunction
impl Sync for DateTruncFunction
impl Unpin for DateTruncFunction
impl UnsafeUnpin for DateTruncFunction
impl UnwindSafe for DateTruncFunction
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