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