Struct aws_sdk_ec2::model::TotalLocalStorageGb
source · #[non_exhaustive]pub struct TotalLocalStorageGb { /* private fields */ }
Expand description
The minimum and maximum amount of total local storage, in GB.
Implementations§
source§impl TotalLocalStorageGb
impl TotalLocalStorageGb
source§impl TotalLocalStorageGb
impl TotalLocalStorageGb
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TotalLocalStorageGb
.
Trait Implementations§
source§impl Clone for TotalLocalStorageGb
impl Clone for TotalLocalStorageGb
source§fn clone(&self) -> TotalLocalStorageGb
fn clone(&self) -> TotalLocalStorageGb
Returns a copy 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 TotalLocalStorageGb
impl Debug for TotalLocalStorageGb
source§impl PartialEq<TotalLocalStorageGb> for TotalLocalStorageGb
impl PartialEq<TotalLocalStorageGb> for TotalLocalStorageGb
source§fn eq(&self, other: &TotalLocalStorageGb) -> bool
fn eq(&self, other: &TotalLocalStorageGb) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.