pub struct ElasticGpuHealth {
pub status: Option<String>,
}Expand description
Describes the status of an Elastic Graphics accelerator.
Fields§
§status: Option<String>The health status.
Trait Implementations§
Source§impl Clone for ElasticGpuHealth
impl Clone for ElasticGpuHealth
Source§fn clone(&self) -> ElasticGpuHealth
fn clone(&self) -> ElasticGpuHealth
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 Debug for ElasticGpuHealth
impl Debug for ElasticGpuHealth
Source§impl Default for ElasticGpuHealth
impl Default for ElasticGpuHealth
Source§fn default() -> ElasticGpuHealth
fn default() -> ElasticGpuHealth
Returns the “default value” for a type. Read more
Source§impl PartialEq for ElasticGpuHealth
impl PartialEq for ElasticGpuHealth
impl StructuralPartialEq for ElasticGpuHealth
Auto Trait Implementations§
impl Freeze for ElasticGpuHealth
impl RefUnwindSafe for ElasticGpuHealth
impl Send for ElasticGpuHealth
impl Sync for ElasticGpuHealth
impl Unpin for ElasticGpuHealth
impl UnwindSafe for ElasticGpuHealth
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