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