pub enum SqlFunction {
Lower,
Upper,
Year,
Month,
Day,
Len,
Trim,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SqlFunction
impl Clone for SqlFunction
Source§fn clone(&self) -> SqlFunction
fn clone(&self) -> SqlFunction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SqlFunction
impl Debug for SqlFunction
Source§impl PartialEq for SqlFunction
impl PartialEq for SqlFunction
Source§fn eq(&self, other: &SqlFunction) -> bool
fn eq(&self, other: &SqlFunction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SqlFunction
impl Eq for SqlFunction
impl StructuralPartialEq for SqlFunction
Auto Trait Implementations§
impl Freeze for SqlFunction
impl RefUnwindSafe for SqlFunction
impl Send for SqlFunction
impl Sync for SqlFunction
impl Unpin for SqlFunction
impl UnsafeUnpin for SqlFunction
impl UnwindSafe for SqlFunction
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