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