Struct aws_sdk_ec2::model::ElasticGpuHealth
source · [−]#[non_exhaustive]pub struct ElasticGpuHealth { /* private fields */ }
Expand description
Describes the status of an Elastic Graphics accelerator.
Implementations
sourceimpl ElasticGpuHealth
impl ElasticGpuHealth
sourcepub fn status(&self) -> Option<&ElasticGpuStatus>
pub fn status(&self) -> Option<&ElasticGpuStatus>
The health status.
sourceimpl ElasticGpuHealth
impl ElasticGpuHealth
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ElasticGpuHealth
.
Trait Implementations
sourceimpl Clone for ElasticGpuHealth
impl Clone for ElasticGpuHealth
sourcefn clone(&self) -> ElasticGpuHealth
fn clone(&self) -> ElasticGpuHealth
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ElasticGpuHealth
impl Debug for ElasticGpuHealth
sourceimpl PartialEq<ElasticGpuHealth> for ElasticGpuHealth
impl PartialEq<ElasticGpuHealth> for ElasticGpuHealth
sourcefn eq(&self, other: &ElasticGpuHealth) -> bool
fn eq(&self, other: &ElasticGpuHealth) -> bool
impl StructuralPartialEq for ElasticGpuHealth
Auto Trait Implementations
impl RefUnwindSafe for ElasticGpuHealth
impl Send for ElasticGpuHealth
impl Sync for ElasticGpuHealth
impl Unpin for ElasticGpuHealth
impl UnwindSafe for ElasticGpuHealth
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more