Enum preserves::value::reader::Token[][src]

pub enum Token<D: Embeddable, N: NestedValue<D>> {
    Embedded(D),
    Atom(N),
    Compound(CompoundClass),
    End,
}

Variants

Embedded

Tuple Fields of Embedded

0: D
Atom

Tuple Fields of Atom

0: N
Compound

Tuple Fields of Compound

0: CompoundClass
End

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.