pub struct ElasticGpuSpecificationResponse {
pub type_: Option<String>,
}Expand description
Describes an elastic GPU.
Fields§
§type_: Option<String>The elastic GPU type.
Trait Implementations§
Source§impl Clone for ElasticGpuSpecificationResponse
impl Clone for ElasticGpuSpecificationResponse
Source§fn clone(&self) -> ElasticGpuSpecificationResponse
fn clone(&self) -> ElasticGpuSpecificationResponse
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 Default for ElasticGpuSpecificationResponse
impl Default for ElasticGpuSpecificationResponse
Source§fn default() -> ElasticGpuSpecificationResponse
fn default() -> ElasticGpuSpecificationResponse
Returns the “default value” for a type. Read more
Source§impl PartialEq for ElasticGpuSpecificationResponse
impl PartialEq for ElasticGpuSpecificationResponse
Source§fn eq(&self, other: &ElasticGpuSpecificationResponse) -> bool
fn eq(&self, other: &ElasticGpuSpecificationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ElasticGpuSpecificationResponse
Auto Trait Implementations§
impl Freeze for ElasticGpuSpecificationResponse
impl RefUnwindSafe for ElasticGpuSpecificationResponse
impl Send for ElasticGpuSpecificationResponse
impl Sync for ElasticGpuSpecificationResponse
impl Unpin for ElasticGpuSpecificationResponse
impl UnwindSafe for ElasticGpuSpecificationResponse
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