Struct aws_sdk_ec2::model::VolumeStatusAction
source · [−]#[non_exhaustive]pub struct VolumeStatusAction { /* private fields */ }
Expand description
Describes a volume status operation code.
Implementations
sourceimpl VolumeStatusAction
impl VolumeStatusAction
sourceimpl VolumeStatusAction
impl VolumeStatusAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VolumeStatusAction
.
Trait Implementations
sourceimpl Clone for VolumeStatusAction
impl Clone for VolumeStatusAction
sourcefn clone(&self) -> VolumeStatusAction
fn clone(&self) -> VolumeStatusAction
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 VolumeStatusAction
impl Debug for VolumeStatusAction
sourceimpl PartialEq<VolumeStatusAction> for VolumeStatusAction
impl PartialEq<VolumeStatusAction> for VolumeStatusAction
sourcefn eq(&self, other: &VolumeStatusAction) -> bool
fn eq(&self, other: &VolumeStatusAction) -> bool
impl StructuralPartialEq for VolumeStatusAction
Auto Trait Implementations
impl RefUnwindSafe for VolumeStatusAction
impl Send for VolumeStatusAction
impl Sync for VolumeStatusAction
impl Unpin for VolumeStatusAction
impl UnwindSafe for VolumeStatusAction
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