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