Struct erl_parse::cst::commons::parts::RecordField [] [src]

pub struct RecordField<T> {
    pub key: AtomOrVariable,
    pub _bind: SymbolToken,
    pub value: T,
}

AtomOrVariable = T

Fields

Trait Implementations

impl<T: Debug> Debug for RecordField<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Clone> Clone for RecordField<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Parse> Parse for RecordField<T>
[src]

[src]

[src]

impl<T: PositionRange> PositionRange for RecordField<T>
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.