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