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