#[non_exhaustive]pub struct ElasticGpuSpecificationResponse { /* private fields */ }
Expand description
Describes an elastic GPU.
Implementations§
source§impl ElasticGpuSpecificationResponse
impl ElasticGpuSpecificationResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ElasticGpuSpecificationResponse
.
Trait Implementations§
source§impl Clone for ElasticGpuSpecificationResponse
impl Clone for ElasticGpuSpecificationResponse
source§fn clone(&self) -> ElasticGpuSpecificationResponse
fn clone(&self) -> ElasticGpuSpecificationResponse
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<ElasticGpuSpecificationResponse> for ElasticGpuSpecificationResponse
impl PartialEq<ElasticGpuSpecificationResponse> for ElasticGpuSpecificationResponse
source§fn eq(&self, other: &ElasticGpuSpecificationResponse) -> bool
fn eq(&self, other: &ElasticGpuSpecificationResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.