#[non_exhaustive]pub struct DescribeProblemInput { /* private fields */ }
Implementations§
source§impl DescribeProblemInput
impl DescribeProblemInput
sourcepub fn problem_id(&self) -> Option<&str>
pub fn problem_id(&self) -> Option<&str>
The ID of the problem.
source§impl DescribeProblemInput
impl DescribeProblemInput
sourcepub fn builder() -> DescribeProblemInputBuilder
pub fn builder() -> DescribeProblemInputBuilder
Creates a new builder-style object to manufacture DescribeProblemInput
.
source§impl DescribeProblemInput
impl DescribeProblemInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeProblem, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeProblem, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeProblem
>
Trait Implementations§
source§impl Clone for DescribeProblemInput
impl Clone for DescribeProblemInput
source§fn clone(&self) -> DescribeProblemInput
fn clone(&self) -> DescribeProblemInput
Returns a copy 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 Debug for DescribeProblemInput
impl Debug for DescribeProblemInput
source§impl PartialEq<DescribeProblemInput> for DescribeProblemInput
impl PartialEq<DescribeProblemInput> for DescribeProblemInput
source§fn eq(&self, other: &DescribeProblemInput) -> bool
fn eq(&self, other: &DescribeProblemInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeProblemInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeProblemInput
impl Send for DescribeProblemInput
impl Sync for DescribeProblemInput
impl Unpin for DescribeProblemInput
impl UnwindSafe for DescribeProblemInput
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