pub enum BasicQueryOpKind {
Show 18 variants
Eq,
Ne,
Gt,
Ge,
Lt,
Le,
Like,
NotLike,
LLike,
NotLLike,
RLike,
NotRLike,
In,
NotIn,
IsNull,
IsNotNull,
IsNullOrEmpty,
Len,
}Expand description
Basic query operator
基础查询操作符
Variants§
Eq
Ne
Gt
Ge
Lt
Le
Like
NotLike
LLike
NotLLike
RLike
NotRLike
In
NotIn
IsNull
IsNotNull
IsNullOrEmpty
Len
Implementations§
Trait Implementations§
Source§impl Clone for BasicQueryOpKind
impl Clone for BasicQueryOpKind
Source§fn clone(&self) -> BasicQueryOpKind
fn clone(&self) -> BasicQueryOpKind
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 BasicQueryOpKind
impl Debug for BasicQueryOpKind
Source§impl<'de> Deserialize<'de> for BasicQueryOpKind
impl<'de> Deserialize<'de> for BasicQueryOpKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for BasicQueryOpKind
impl Display for BasicQueryOpKind
impl Eq for BasicQueryOpKind
Source§impl ParseFromJSON for BasicQueryOpKind
impl ParseFromJSON for BasicQueryOpKind
Source§fn parse_from_json(value: Option<Value>) -> ParseResult<Self>
fn parse_from_json(value: Option<Value>) -> ParseResult<Self>
Parse from
serde_json::Value.Source§fn parse_from_json_string(s: &str) -> Result<Self, ParseError<Self>>
fn parse_from_json_string(s: &str) -> Result<Self, ParseError<Self>>
Parse from JSON string.
Source§impl ParseFromMultipartField for BasicQueryOpKind
impl ParseFromMultipartField for BasicQueryOpKind
Source§async fn parse_from_multipart(field: Option<Field>) -> ParseResult<Self>
async fn parse_from_multipart(field: Option<Field>) -> ParseResult<Self>
Parse from multipart field.
Source§fn parse_from_repeated_field(
self,
_field: Field,
) -> impl Future<Output = Result<Self, ParseError<Self>>> + Send
fn parse_from_repeated_field( self, _field: Field, ) -> impl Future<Output = Result<Self, ParseError<Self>>> + Send
Parse from repeated multipart field.
Source§impl ParseFromParameter for BasicQueryOpKind
impl ParseFromParameter for BasicQueryOpKind
Source§fn parse_from_parameter(value: &str) -> ParseResult<Self>
fn parse_from_parameter(value: &str) -> ParseResult<Self>
Parse from parameter.
Source§fn parse_from_parameters<I, A>(iter: I) -> Result<Self, ParseError<Self>>
fn parse_from_parameters<I, A>(iter: I) -> Result<Self, ParseError<Self>>
Parse from multiple parameters.
Source§impl PartialEq for BasicQueryOpKind
impl PartialEq for BasicQueryOpKind
Source§fn eq(&self, other: &BasicQueryOpKind) -> bool
fn eq(&self, other: &BasicQueryOpKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BasicQueryOpKind
impl Serialize for BasicQueryOpKind
impl StructuralPartialEq for BasicQueryOpKind
Source§impl ToJSON for BasicQueryOpKind
impl ToJSON for BasicQueryOpKind
Source§impl Type for BasicQueryOpKind
impl Type for BasicQueryOpKind
Source§const IS_REQUIRED: bool = true
const IS_REQUIRED: bool = true
If it is
true, it means that this type is required.Source§type RawValueType = BasicQueryOpKind
type RawValueType = BasicQueryOpKind
The raw type used for validator. Read more
Source§type RawElementValueType = BasicQueryOpKind
type RawElementValueType = BasicQueryOpKind
The raw element type used for validator.
Source§fn as_raw_value(&self) -> Option<&Self::RawValueType>
fn as_raw_value(&self) -> Option<&Self::RawValueType>
Returns a reference to the raw value.
Source§fn schema_ref() -> MetaSchemaRef
fn schema_ref() -> MetaSchemaRef
Get schema reference of this type.
Source§fn raw_element_iter<'a>(
&'a self,
) -> Box<dyn Iterator<Item = &'a Self::RawElementValueType> + 'a>
fn raw_element_iter<'a>( &'a self, ) -> Box<dyn Iterator<Item = &'a Self::RawElementValueType> + 'a>
Returns an iterator for traversing the elements.
Auto Trait Implementations§
impl Freeze for BasicQueryOpKind
impl RefUnwindSafe for BasicQueryOpKind
impl Send for BasicQueryOpKind
impl Sync for BasicQueryOpKind
impl Unpin for BasicQueryOpKind
impl UnsafeUnpin for BasicQueryOpKind
impl UnwindSafe for BasicQueryOpKind
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> FutureExt for T
impl<T> FutureExt for T
Source§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
Source§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more