pub struct IndexSettingsMappingLimitNestedFields {
pub limit: Option<StringifiedLong>,
}Fields§
§limit: Option<StringifiedLong>Implementations§
Trait Implementations§
Source§impl Clone for IndexSettingsMappingLimitNestedFields
impl Clone for IndexSettingsMappingLimitNestedFields
Source§fn clone(&self) -> IndexSettingsMappingLimitNestedFields
fn clone(&self) -> IndexSettingsMappingLimitNestedFields
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 Default for IndexSettingsMappingLimitNestedFields
impl Default for IndexSettingsMappingLimitNestedFields
Source§fn default() -> IndexSettingsMappingLimitNestedFields
fn default() -> IndexSettingsMappingLimitNestedFields
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IndexSettingsMappingLimitNestedFields
impl<'de> Deserialize<'de> for IndexSettingsMappingLimitNestedFields
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 IndexSettingsMappingLimitNestedFields
impl PartialEq for IndexSettingsMappingLimitNestedFields
Source§fn eq(&self, other: &IndexSettingsMappingLimitNestedFields) -> bool
fn eq(&self, other: &IndexSettingsMappingLimitNestedFields) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IndexSettingsMappingLimitNestedFields
Auto Trait Implementations§
impl Freeze for IndexSettingsMappingLimitNestedFields
impl RefUnwindSafe for IndexSettingsMappingLimitNestedFields
impl Send for IndexSettingsMappingLimitNestedFields
impl Sync for IndexSettingsMappingLimitNestedFields
impl Unpin for IndexSettingsMappingLimitNestedFields
impl UnsafeUnpin for IndexSettingsMappingLimitNestedFields
impl UnwindSafe for IndexSettingsMappingLimitNestedFields
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