pub enum HeavilyDocumentedEnum {
    None,
    Wrapped(StringString),
    Structy {
        alpha: String,
        beta: String,
    },
}
Expand description

Top-doc Prose title

Text below title.

Top-doc Prose sub-heading

Text below sub-heading.

Top-doc Prose sub-sub-heading

Text below sub-sub-heading

Variants

None

Wrapped(StringString)

Structy

Implementations

Title for enum impl doc

Text below heading.

Sub-heading for enum impl doc

Text below sub-heading.

Sub-sub-heading for enum impl doc

Text below sub-sub-heading.

Title for enum impl-item doc

Text below title.

Sub-heading for enum impl-item doc

Text below sub-heading.

Sub-sub-heading for enum impl-item doc

Text below sub-sub-heading.

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

Returns the argument unchanged.

Calls U::from(self).

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

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.