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