Struct aws_sdk_databasemigration::operation::describe_event_categories::DescribeEventCategoriesInput
source · #[non_exhaustive]pub struct DescribeEventCategoriesInput { /* private fields */ }
Expand description
Implementations§
source§impl DescribeEventCategoriesInput
impl DescribeEventCategoriesInput
sourcepub fn builder() -> DescribeEventCategoriesInputBuilder
pub fn builder() -> DescribeEventCategoriesInputBuilder
Creates a new builder-style object to manufacture DescribeEventCategoriesInput
.
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
>
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 ==
.impl StructuralPartialEq for DescribeEventCategoriesInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeEventCategoriesInput
impl Send for DescribeEventCategoriesInput
impl Sync for DescribeEventCategoriesInput
impl Unpin for DescribeEventCategoriesInput
impl UnwindSafe for DescribeEventCategoriesInput
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