#[non_exhaustive]
pub enum AppInstanceType {
Show 50 variants MlC512Xlarge, MlC518Xlarge, MlC524Xlarge, MlC52Xlarge, MlC54Xlarge, MlC59Xlarge, MlC5Large, MlC5Xlarge, MlG4Dn12Xlarge, MlG4Dn16Xlarge, MlG4Dn2Xlarge, MlG4Dn4Xlarge, MlG4Dn8Xlarge, MlG4DnXlarge, MlM512Xlarge, MlM516Xlarge, MlM524Xlarge, MlM52Xlarge, MlM54Xlarge, MlM58Xlarge, MlM5Large, MlM5Xlarge, MlM5D12Xlarge, MlM5D16Xlarge, MlM5D24Xlarge, MlM5D2Xlarge, MlM5D4Xlarge, MlM5D8Xlarge, MlM5DLarge, MlM5DXlarge, MlP316Xlarge, MlP32Xlarge, MlP38Xlarge, MlP3Dn24Xlarge, MlR512Xlarge, MlR516Xlarge, MlR524Xlarge, MlR52Xlarge, MlR54Xlarge, MlR58Xlarge, MlR5Large, MlR5Xlarge, MlT32Xlarge, MlT3Large, MlT3Medium, MlT3Micro, MlT3Small, MlT3Xlarge, System, 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.

MlC512Xlarge

MlC518Xlarge

MlC524Xlarge

MlC52Xlarge

MlC54Xlarge

MlC59Xlarge

MlC5Large

MlC5Xlarge

MlG4Dn12Xlarge

MlG4Dn16Xlarge

MlG4Dn2Xlarge

MlG4Dn4Xlarge

MlG4Dn8Xlarge

MlG4DnXlarge

MlM512Xlarge

MlM516Xlarge

MlM524Xlarge

MlM52Xlarge

MlM54Xlarge

MlM58Xlarge

MlM5Large

MlM5Xlarge

MlM5D12Xlarge

MlM5D16Xlarge

MlM5D24Xlarge

MlM5D2Xlarge

MlM5D4Xlarge

MlM5D8Xlarge

MlM5DLarge

MlM5DXlarge

MlP316Xlarge

MlP32Xlarge

MlP38Xlarge

MlP3Dn24Xlarge

MlR512Xlarge

MlR516Xlarge

MlR524Xlarge

MlR52Xlarge

MlR54Xlarge

MlR58Xlarge

MlR5Large

MlR5Xlarge

MlT32Xlarge

MlT3Large

MlT3Medium

MlT3Micro

MlT3Small

MlT3Xlarge

System

Unknown(String)

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

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.

Returns the argument unchanged.

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

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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)

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