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