Struct assemblyline_models::meta::FieldMapping
source · pub struct FieldMapping {
pub enabled: Option<bool>,
pub type_: Option<String>,
pub index: Option<bool>,
pub store: Option<bool>,
pub ignore_malformed: Option<bool>,
pub doc_values: Option<bool>,
pub ignore_above: Option<u32>,
pub copy_to: Option<String>,
pub analyzer: Option<String>,
pub normalizer: Option<String>,
pub format: Option<String>,
}Fields§
§enabled: Option<bool>§type_: Option<String>§index: Option<bool>§store: Option<bool>§ignore_malformed: Option<bool>§doc_values: Option<bool>§ignore_above: Option<u32>§copy_to: Option<String>§analyzer: Option<String>§normalizer: Option<String>§format: Option<String>Trait Implementations§
source§impl Debug for FieldMapping
impl Debug for FieldMapping
source§impl Default for FieldMapping
impl Default for FieldMapping
source§fn default() -> FieldMapping
fn default() -> FieldMapping
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FieldMappingwhere
FieldMapping: Default,
impl<'de> Deserialize<'de> for FieldMappingwhere
FieldMapping: Default,
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 FieldMapping
impl PartialEq for FieldMapping
source§fn eq(&self, other: &FieldMapping) -> bool
fn eq(&self, other: &FieldMapping) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FieldMapping
impl Serialize for FieldMapping
impl Eq for FieldMapping
impl StructuralPartialEq for FieldMapping
Auto Trait Implementations§
impl RefUnwindSafe for FieldMapping
impl Send for FieldMapping
impl Sync for FieldMapping
impl Unpin for FieldMapping
impl UnwindSafe for FieldMapping
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.