pub struct GetIndexingConfigurationResponse {
pub thing_group_indexing_configuration: Option<ThingGroupIndexingConfiguration>,
pub thing_indexing_configuration: Option<ThingIndexingConfiguration>,
}Fields§
§thing_group_indexing_configuration: Option<ThingGroupIndexingConfiguration>The index configuration.
thing_indexing_configuration: Option<ThingIndexingConfiguration>Thing indexing configuration.
Trait Implementations§
Source§impl Clone for GetIndexingConfigurationResponse
impl Clone for GetIndexingConfigurationResponse
Source§fn clone(&self) -> GetIndexingConfigurationResponse
fn clone(&self) -> GetIndexingConfigurationResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 GetIndexingConfigurationResponse
impl Default for GetIndexingConfigurationResponse
Source§fn default() -> GetIndexingConfigurationResponse
fn default() -> GetIndexingConfigurationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetIndexingConfigurationResponse
impl<'de> Deserialize<'de> for GetIndexingConfigurationResponse
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 GetIndexingConfigurationResponse
impl PartialEq for GetIndexingConfigurationResponse
Source§fn eq(&self, other: &GetIndexingConfigurationResponse) -> bool
fn eq(&self, other: &GetIndexingConfigurationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetIndexingConfigurationResponse
Auto Trait Implementations§
impl Freeze for GetIndexingConfigurationResponse
impl RefUnwindSafe for GetIndexingConfigurationResponse
impl Send for GetIndexingConfigurationResponse
impl Sync for GetIndexingConfigurationResponse
impl Unpin for GetIndexingConfigurationResponse
impl UnwindSafe for GetIndexingConfigurationResponse
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