pub enum SqliteBinOper {
Glob,
Match,
GetJsonField,
CastJsonField,
}
Available on crate feature
backend-sqlite
only.Expand description
Sqlite-specific binary operator.
Variantsยง
Glob
GLOB
Match
MATCH
.
GetJsonField
->
. Retrieves JSON field as JSON value.
CastJsonField
->>
. Retrieves JSON field and casts it to an appropriate SQL type.
Trait Implementationsยง
sourceยงimpl Clone for SqliteBinOper
impl Clone for SqliteBinOper
sourceยงfn clone(&self) -> SqliteBinOper
fn clone(&self) -> SqliteBinOper
Returns a copy of the value. Read more
1.0.0 ยท 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 SqliteBinOper
impl Debug for SqliteBinOper
sourceยงimpl From<SqliteBinOper> for BinOper
impl From<SqliteBinOper> for BinOper
sourceยงfn from(o: SqliteBinOper) -> Self
fn from(o: SqliteBinOper) -> Self
Converts to this type from the input type.
sourceยงimpl PartialEq for SqliteBinOper
impl PartialEq for SqliteBinOper
impl Copy for SqliteBinOper
impl Eq for SqliteBinOper
impl StructuralPartialEq for SqliteBinOper
Auto Trait Implementationsยง
impl Freeze for SqliteBinOper
impl RefUnwindSafe for SqliteBinOper
impl Send for SqliteBinOper
impl Sync for SqliteBinOper
impl Unpin for SqliteBinOper
impl UnwindSafe for SqliteBinOper
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
sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
sourceยงunsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
๐ฌThis is a nightly-only experimental API. (
clone_to_uninit
)