Enum bmbp_rdbc_sql::RdbcCompareType
source · pub enum RdbcCompareType {
Show 18 variants
Eq,
NotEq,
Gt,
GtEq,
Lt,
LtEq,
Like,
LikeLeft,
LikeRight,
NotLike,
NotLikeLeft,
NotLikeRight,
In,
NotIn,
IsNull,
IsNotNull,
Exists,
NotExists,
}
Variants§
Eq
NotEq
Gt
GtEq
Lt
LtEq
Like
LikeLeft
LikeRight
NotLike
NotLikeLeft
NotLikeRight
In
NotIn
IsNull
IsNotNull
Exists
NotExists
Auto Trait Implementations§
impl Freeze for RdbcCompareType
impl RefUnwindSafe for RdbcCompareType
impl Send for RdbcCompareType
impl Sync for RdbcCompareType
impl Unpin for RdbcCompareType
impl UnwindSafe for RdbcCompareType
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