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