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