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