Enum google_api_proto::google::firestore::admin::v1::index::index_field::ValueMode
source · pub enum ValueMode {
Order(i32),
ArrayConfig(i32),
VectorConfig(VectorConfig),
}
Expand description
How the field value is indexed.
Variants§
Order(i32)
Indicates that this field supports ordering by the specified order or comparing using =, !=, <, <=, >, >=.
ArrayConfig(i32)
Indicates that this field supports operations on array_value
s.
VectorConfig(VectorConfig)
Indicates that this field supports nearest neighbor and distance operations on vector.
Implementations§
source§impl ValueMode
impl ValueMode
sourcepub fn merge(
field: &mut Option<ValueMode>,
tag: u32,
wire_type: WireType,
buf: &mut impl Buf,
ctx: DecodeContext,
) -> Result<(), DecodeError>
pub fn merge( field: &mut Option<ValueMode>, tag: u32, wire_type: WireType, buf: &mut impl Buf, ctx: DecodeContext, ) -> Result<(), DecodeError>
Decodes an instance of the message from a buffer, and merges it into self.
sourcepub fn encoded_len(&self) -> usize
pub fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Trait Implementations§
source§impl PartialEq for ValueMode
impl PartialEq for ValueMode
impl Copy for ValueMode
impl StructuralPartialEq for ValueMode
Auto Trait Implementations§
impl Freeze for ValueMode
impl RefUnwindSafe for ValueMode
impl Send for ValueMode
impl Sync for ValueMode
impl Unpin for ValueMode
impl UnwindSafe for ValueMode
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<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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