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