[][src]Struct rusoto_ecs::InferenceAccelerator

pub struct InferenceAccelerator {
    pub device_name: String,
    pub device_type: String,
}

Details on a Elastic Inference accelerator. For more information, see Working with Amazon Elastic Inference on Amazon ECS in the Amazon Elastic Container Service Developer Guide.

Fields

device_name: String

The Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a ResourceRequirement.

device_type: String

The Elastic Inference accelerator type to use.

Trait Implementations

impl Clone for InferenceAccelerator[src]

impl Debug for InferenceAccelerator[src]

impl Default for InferenceAccelerator[src]

impl<'de> Deserialize<'de> for InferenceAccelerator[src]

impl PartialEq<InferenceAccelerator> for InferenceAccelerator[src]

impl Serialize for InferenceAccelerator[src]

impl StructuralPartialEq for InferenceAccelerator[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.