pub struct VolumeDetail {
pub size: i64,
}Expand description
Describes an EBS volume.
Fields§
§size: i64The size of the volume, in GiB.
Trait Implementations§
Source§impl Clone for VolumeDetail
impl Clone for VolumeDetail
Source§fn clone(&self) -> VolumeDetail
fn clone(&self) -> VolumeDetail
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 VolumeDetail
impl Debug for VolumeDetail
Source§impl Default for VolumeDetail
impl Default for VolumeDetail
Source§fn default() -> VolumeDetail
fn default() -> VolumeDetail
Returns the “default value” for a type. Read more
Source§impl PartialEq for VolumeDetail
impl PartialEq for VolumeDetail
impl StructuralPartialEq for VolumeDetail
Auto Trait Implementations§
impl Freeze for VolumeDetail
impl RefUnwindSafe for VolumeDetail
impl Send for VolumeDetail
impl Sync for VolumeDetail
impl Unpin for VolumeDetail
impl UnwindSafe for VolumeDetail
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