Enum ibuilder::nodes::Field[][src]

pub enum Field {
    String(String),
    Missing,
}
Expand description

A leaf field of the tree structure.

Variants

String

The field is valid and the textual representation of it is provided.

Tuple Fields of String

0: String
Missing

The field is not present yet.

Trait Implementations

Formats the value using the given formatter. 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

Performs the conversion.

Performs the conversion.

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.