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