[][src]Struct rusoto_es::StorageType

pub struct StorageType {
    pub storage_sub_type_name: Option<String>,
    pub storage_type_limits: Option<Vec<StorageTypeLimit>>,
    pub storage_type_name: Option<String>,
}

StorageTypes represents the list of storage related types and their attributes that are available for given InstanceType.

Fields

storage_sub_type_name: Option<String>storage_type_limits: Option<Vec<StorageTypeLimit>>

List of limits that are applicable for given storage type.

storage_type_name: Option<String>

Trait Implementations

impl Clone for StorageType[src]

impl Debug for StorageType[src]

impl Default for StorageType[src]

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

impl PartialEq<StorageType> for StorageType[src]

impl StructuralPartialEq for StorageType[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: Deserialize<'de>, 
[src]

impl<T> From<T> 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.