pub struct VolumeStatusAttachmentStatus {
pub instance_id: Option<String>,
pub io_performance: Option<String>,
}Expand description
Information about the instances to which the volume is attached.
Fields§
§instance_id: Option<String>The ID of the attached instance.
io_performance: Option<String>The maximum IOPS supported by the attached instance.
Trait Implementations§
Source§impl Clone for VolumeStatusAttachmentStatus
impl Clone for VolumeStatusAttachmentStatus
Source§fn clone(&self) -> VolumeStatusAttachmentStatus
fn clone(&self) -> VolumeStatusAttachmentStatus
Returns a duplicate 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 VolumeStatusAttachmentStatus
impl Debug for VolumeStatusAttachmentStatus
Source§impl Default for VolumeStatusAttachmentStatus
impl Default for VolumeStatusAttachmentStatus
Source§fn default() -> VolumeStatusAttachmentStatus
fn default() -> VolumeStatusAttachmentStatus
Returns the “default value” for a type. Read more
Source§impl PartialEq for VolumeStatusAttachmentStatus
impl PartialEq for VolumeStatusAttachmentStatus
Source§fn eq(&self, other: &VolumeStatusAttachmentStatus) -> bool
fn eq(&self, other: &VolumeStatusAttachmentStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VolumeStatusAttachmentStatus
Auto Trait Implementations§
impl Freeze for VolumeStatusAttachmentStatus
impl RefUnwindSafe for VolumeStatusAttachmentStatus
impl Send for VolumeStatusAttachmentStatus
impl Sync for VolumeStatusAttachmentStatus
impl Unpin for VolumeStatusAttachmentStatus
impl UnwindSafe for VolumeStatusAttachmentStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more