#[non_exhaustive]pub struct DescribeEventCategoriesInput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeEventCategoriesInput
impl DescribeEventCategoriesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEventCategories, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEventCategories, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEventCategories
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEventCategoriesInput
.
Trait Implementations§
source§impl Clone for DescribeEventCategoriesInput
impl Clone for DescribeEventCategoriesInput
source§fn clone(&self) -> DescribeEventCategoriesInput
fn clone(&self) -> DescribeEventCategoriesInput
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 DescribeEventCategoriesInput
impl Debug for DescribeEventCategoriesInput
source§impl PartialEq<DescribeEventCategoriesInput> for DescribeEventCategoriesInput
impl PartialEq<DescribeEventCategoriesInput> for DescribeEventCategoriesInput
source§fn eq(&self, other: &DescribeEventCategoriesInput) -> bool
fn eq(&self, other: &DescribeEventCategoriesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.