pub struct DescribeVolumeAttributeResult {
pub auto_enable_io: Option<AttributeBooleanValue>,
pub product_codes: Option<Vec<ProductCode>>,
pub volume_id: Option<String>,
}Fields§
§auto_enable_io: Option<AttributeBooleanValue>The state of autoEnableIO attribute.
product_codes: Option<Vec<ProductCode>>A list of product codes.
volume_id: Option<String>The ID of the volume.
Trait Implementations§
Source§impl Clone for DescribeVolumeAttributeResult
impl Clone for DescribeVolumeAttributeResult
Source§fn clone(&self) -> DescribeVolumeAttributeResult
fn clone(&self) -> DescribeVolumeAttributeResult
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 Default for DescribeVolumeAttributeResult
impl Default for DescribeVolumeAttributeResult
Source§fn default() -> DescribeVolumeAttributeResult
fn default() -> DescribeVolumeAttributeResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeVolumeAttributeResult
impl PartialEq for DescribeVolumeAttributeResult
Source§fn eq(&self, other: &DescribeVolumeAttributeResult) -> bool
fn eq(&self, other: &DescribeVolumeAttributeResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeVolumeAttributeResult
Auto Trait Implementations§
impl Freeze for DescribeVolumeAttributeResult
impl RefUnwindSafe for DescribeVolumeAttributeResult
impl Send for DescribeVolumeAttributeResult
impl Sync for DescribeVolumeAttributeResult
impl Unpin for DescribeVolumeAttributeResult
impl UnwindSafe for DescribeVolumeAttributeResult
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