pub struct Operator;
Implementations§
Source§impl Operator
impl Operator
pub const LESS_THAN: i32 = 1i32
pub const LESS_THAN_OR_EQUAL: i32 = 2i32
pub const GREATER_THAN: i32 = 3i32
pub const GREATER_THAN_OR_EQUAL: i32 = 4i32
pub const EQUAL: i32 = 5i32
pub const NOT_EQUAL: i32 = 6i32
pub const ARRAY_CONTAINS: i32 = 7i32
pub const IN: i32 = 8i32
pub const ARRAY_CONTAINS_ANY: i32 = 9i32
pub const NOT_IN: i32 = 10i32
Auto Trait Implementations§
impl Freeze for Operator
impl RefUnwindSafe for Operator
impl Send for Operator
impl Sync for Operator
impl Unpin for Operator
impl UnwindSafe for Operator
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> 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> 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> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request