pub struct HeavilyDocumentedStruct {
    pub nothing: (),
}
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

Fields

nothing: ()

Implementations

Title for struct impl doc

Text below heading.

Sub-heading for struct impl doc

Text below sub-heading.

Sub-sub-heading for struct impl doc

Text below sub-sub-heading.

Title for struct impl-item doc

Text below title.

Sub-heading for struct impl-item doc

Text below sub-heading.

Sub-sub-heading for struct 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.