#[non_exhaustive]
pub enum InstanceType {
Show 40 variants MlC42Xlarge, MlC44Xlarge, MlC48Xlarge, MlC4Xlarge, MlC518Xlarge, MlC52Xlarge, MlC54Xlarge, MlC59Xlarge, MlC5Xlarge, MlC5N18Xlarge, MlC5N2Xlarge, MlC5N4Xlarge, MlC5N9Xlarge, MlC5NXlarge, MlG4Dn12Xlarge, MlG4Dn16Xlarge, MlG4Dn2Xlarge, MlG4Dn4Xlarge, MlG4Dn8Xlarge, MlG4DnXlarge, MlM410Xlarge, MlM416Xlarge, MlM42Xlarge, MlM44Xlarge, MlM4Xlarge, MlM512Xlarge, MlM524Xlarge, MlM52Xlarge, MlM54Xlarge, MlM5Large, MlM5Xlarge, MlP216Xlarge, MlP28Xlarge, MlP2Xlarge, MlP316Xlarge, MlP32Xlarge, MlP38Xlarge, MlP3Dn24Xlarge, MlP4D24Xlarge, 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.

MlC42Xlarge

MlC44Xlarge

MlC48Xlarge

MlC4Xlarge

MlC518Xlarge

MlC52Xlarge

MlC54Xlarge

MlC59Xlarge

MlC5Xlarge

MlC5N18Xlarge

MlC5N2Xlarge

MlC5N4Xlarge

MlC5N9Xlarge

MlC5NXlarge

MlG4Dn12Xlarge

MlG4Dn16Xlarge

MlG4Dn2Xlarge

MlG4Dn4Xlarge

MlG4Dn8Xlarge

MlG4DnXlarge

MlM410Xlarge

MlM416Xlarge

MlM42Xlarge

MlM44Xlarge

MlM4Xlarge

MlM512Xlarge

MlM524Xlarge

MlM52Xlarge

MlM54Xlarge

MlM5Large

MlM5Xlarge

MlP216Xlarge

MlP28Xlarge

MlP2Xlarge

MlP316Xlarge

MlP32Xlarge

MlP38Xlarge

MlP3Dn24Xlarge

MlP4D24Xlarge

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.

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)

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