#[non_exhaustive]pub struct GetStorageLensConfigurationTaggingInput { /* private fields */ }Implementations
sourceimpl GetStorageLensConfigurationTaggingInput
impl GetStorageLensConfigurationTaggingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetStorageLensConfigurationTagging, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetStorageLensConfigurationTagging, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetStorageLensConfigurationTagging>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetStorageLensConfigurationTaggingInput.
Trait Implementations
sourceimpl Clone for GetStorageLensConfigurationTaggingInput
impl Clone for GetStorageLensConfigurationTaggingInput
sourcefn clone(&self) -> GetStorageLensConfigurationTaggingInput
fn clone(&self) -> GetStorageLensConfigurationTaggingInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<GetStorageLensConfigurationTaggingInput> for GetStorageLensConfigurationTaggingInput
impl PartialEq<GetStorageLensConfigurationTaggingInput> for GetStorageLensConfigurationTaggingInput
sourcefn eq(&self, other: &GetStorageLensConfigurationTaggingInput) -> bool
fn eq(&self, other: &GetStorageLensConfigurationTaggingInput) -> bool
impl StructuralPartialEq for GetStorageLensConfigurationTaggingInput
Auto Trait Implementations
impl RefUnwindSafe for GetStorageLensConfigurationTaggingInput
impl Send for GetStorageLensConfigurationTaggingInput
impl Sync for GetStorageLensConfigurationTaggingInput
impl Unpin for GetStorageLensConfigurationTaggingInput
impl UnwindSafe for GetStorageLensConfigurationTaggingInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more