pub struct LikeDocumentValue {
pub per_field_analyzer: Option<Value>,
pub id: Option<String>,
pub routing: Option<String>,
pub version: Option<u32>,
pub version_type: Option<String>,
pub fields: Option<Vec<String>>,
pub index: Option<String>,
}Fields§
§per_field_analyzer: Option<Value>§id: Option<String>§routing: Option<String>§version: Option<u32>§version_type: Option<String>§fields: Option<Vec<String>>§index: Option<String>Implementations§
Source§impl LikeDocumentValue
impl LikeDocumentValue
pub fn new() -> LikeDocumentValue
Trait Implementations§
Source§impl Clone for LikeDocumentValue
impl Clone for LikeDocumentValue
Source§fn clone(&self) -> LikeDocumentValue
fn clone(&self) -> LikeDocumentValue
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 LikeDocumentValue
impl Debug for LikeDocumentValue
Source§impl Default for LikeDocumentValue
impl Default for LikeDocumentValue
Source§fn default() -> LikeDocumentValue
fn default() -> LikeDocumentValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LikeDocumentValue
impl<'de> Deserialize<'de> for LikeDocumentValue
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 PartialEq for LikeDocumentValue
impl PartialEq for LikeDocumentValue
Source§fn eq(&self, other: &LikeDocumentValue) -> bool
fn eq(&self, other: &LikeDocumentValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LikeDocumentValue
impl Serialize for LikeDocumentValue
impl StructuralPartialEq for LikeDocumentValue
Auto Trait Implementations§
impl Freeze for LikeDocumentValue
impl RefUnwindSafe for LikeDocumentValue
impl Send for LikeDocumentValue
impl Sync for LikeDocumentValue
impl Unpin for LikeDocumentValue
impl UnsafeUnpin for LikeDocumentValue
impl UnwindSafe for LikeDocumentValue
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