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

pub enum StructType {
    Plain,
    Tuple,
    Unit,
}

Variants

A braced struct

A tuple struct

A unit struct

Trait Implementations

impl Debug for StructType
[src]

Formats the value using the given formatter. Read more

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)

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

impl Decodable for StructType
[src]

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

this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?

impl Copy for StructType
[src]

Auto Trait Implementations

impl Send for StructType

impl Sync for StructType