Enum rustdoc::doctree::StructType [] [src]

pub enum StructType {
    Plain,
    Tuple,
    Unit,
}
🔬 This is a nightly-only experimental API. (rustdoc)

Variants

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

A braced struct

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

A tuple struct

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

A unit struct

Trait Implementations

impl Debug for StructType
[src]

Formats the value using the given formatter.

impl Clone for StructType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for StructType
[src]

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

deprecated in favor of rustc-serialize on crates.io

impl Decodable for StructType
[src]

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

deprecated in favor of rustc-serialize on crates.io

impl Copy for StructType
[src]