#[non_exhaustive]pub struct DeleteStorageLensConfigurationInput { /* private fields */ }Implementations
sourceimpl DeleteStorageLensConfigurationInput
impl DeleteStorageLensConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteStorageLensConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteStorageLensConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteStorageLensConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteStorageLensConfigurationInput.
Trait Implementations
sourceimpl Clone for DeleteStorageLensConfigurationInput
impl Clone for DeleteStorageLensConfigurationInput
sourcefn clone(&self) -> DeleteStorageLensConfigurationInput
fn clone(&self) -> DeleteStorageLensConfigurationInput
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<DeleteStorageLensConfigurationInput> for DeleteStorageLensConfigurationInput
impl PartialEq<DeleteStorageLensConfigurationInput> for DeleteStorageLensConfigurationInput
sourcefn eq(&self, other: &DeleteStorageLensConfigurationInput) -> bool
fn eq(&self, other: &DeleteStorageLensConfigurationInput) -> bool
impl StructuralPartialEq for DeleteStorageLensConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteStorageLensConfigurationInput
impl Send for DeleteStorageLensConfigurationInput
impl Sync for DeleteStorageLensConfigurationInput
impl Unpin for DeleteStorageLensConfigurationInput
impl UnwindSafe for DeleteStorageLensConfigurationInput
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