Enum aws_sdk_elasticsearch::model::EsPartitionInstanceType[][src]

#[non_exhaustive]
pub enum EsPartitionInstanceType {
Show 59 variants C42xlargeElasticsearch, C44xlargeElasticsearch, C48xlargeElasticsearch, C4LargeElasticsearch, C4XlargeElasticsearch, C518xlargeElasticsearch, C52xlargeElasticsearch, C54xlargeElasticsearch, C59xlargeElasticsearch, C5LargeElasticsearch, C5XlargeElasticsearch, D22xlargeElasticsearch, D24xlargeElasticsearch, D28xlargeElasticsearch, D2XlargeElasticsearch, I22xlargeElasticsearch, I2XlargeElasticsearch, I316xlargeElasticsearch, I32xlargeElasticsearch, I34xlargeElasticsearch, I38xlargeElasticsearch, I3LargeElasticsearch, I3XlargeElasticsearch, M32xlargeElasticsearch, M3LargeElasticsearch, M3MediumElasticsearch, M3XlargeElasticsearch, M410xlargeElasticsearch, M42xlargeElasticsearch, M44xlargeElasticsearch, M4LargeElasticsearch, M4XlargeElasticsearch, M512xlargeElasticsearch, M52xlargeElasticsearch, M54xlargeElasticsearch, M5LargeElasticsearch, M5XlargeElasticsearch, R32xlargeElasticsearch, R34xlargeElasticsearch, R38xlargeElasticsearch, R3LargeElasticsearch, R3XlargeElasticsearch, R416xlargeElasticsearch, R42xlargeElasticsearch, R44xlargeElasticsearch, R48xlargeElasticsearch, R4LargeElasticsearch, R4XlargeElasticsearch, R512xlargeElasticsearch, R52xlargeElasticsearch, R54xlargeElasticsearch, R5LargeElasticsearch, R5XlargeElasticsearch, T2MediumElasticsearch, T2MicroElasticsearch, T2SmallElasticsearch, Ultrawarm1LargeElasticsearch, Ultrawarm1MediumElasticsearch, Unknown(String),
}

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
C42xlargeElasticsearch
C44xlargeElasticsearch
C48xlargeElasticsearch
C4LargeElasticsearch
C4XlargeElasticsearch
C518xlargeElasticsearch
C52xlargeElasticsearch
C54xlargeElasticsearch
C59xlargeElasticsearch
C5LargeElasticsearch
C5XlargeElasticsearch
D22xlargeElasticsearch
D24xlargeElasticsearch
D28xlargeElasticsearch
D2XlargeElasticsearch
I22xlargeElasticsearch
I2XlargeElasticsearch
I316xlargeElasticsearch
I32xlargeElasticsearch
I34xlargeElasticsearch
I38xlargeElasticsearch
I3LargeElasticsearch
I3XlargeElasticsearch
M32xlargeElasticsearch
M3LargeElasticsearch
M3MediumElasticsearch
M3XlargeElasticsearch
M410xlargeElasticsearch
M42xlargeElasticsearch
M44xlargeElasticsearch
M4LargeElasticsearch
M4XlargeElasticsearch
M512xlargeElasticsearch
M52xlargeElasticsearch
M54xlargeElasticsearch
M5LargeElasticsearch
M5XlargeElasticsearch
R32xlargeElasticsearch
R34xlargeElasticsearch
R38xlargeElasticsearch
R3LargeElasticsearch
R3XlargeElasticsearch
R416xlargeElasticsearch
R42xlargeElasticsearch
R44xlargeElasticsearch
R48xlargeElasticsearch
R4LargeElasticsearch
R4XlargeElasticsearch
R512xlargeElasticsearch
R52xlargeElasticsearch
R54xlargeElasticsearch
R5LargeElasticsearch
R5XlargeElasticsearch
T2MediumElasticsearch
T2MicroElasticsearch
T2SmallElasticsearch
Ultrawarm1LargeElasticsearch
Ultrawarm1MediumElasticsearch
Unknown(String)

Unknown contains new variants that have been added since this code was generated.

Tuple Fields of Unknown

0: String

Implementations

Returns the &str value of the enum member.

Returns all the &str values of the enum members.

Trait Implementations

Performs the conversion.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Compare self to key and return true if they are equal.

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more