#[non_exhaustive]pub struct EnableVolumeIoInput { /* private fields */ }Implementations§
source§impl EnableVolumeIoInput
impl EnableVolumeIoInput
source§impl EnableVolumeIoInput
impl EnableVolumeIoInput
sourcepub fn builder() -> EnableVolumeIoInputBuilder
pub fn builder() -> EnableVolumeIoInputBuilder
Creates a new builder-style object to manufacture EnableVolumeIoInput.
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>
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 ==.