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