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