Struct erl_parse::cst::forms::parts::RecordFieldDecl [] [src]

pub struct RecordFieldDecl {
    pub field_name: AtomToken,
    pub field_default: Option<RecordFieldDefault>,
    pub field_type: Option<RecordFieldType>,
}

AtomToken Option<RecordFieldDefault> Option<RecordFieldType>

Fields

Trait Implementations

impl Debug for RecordFieldDecl
[src]

[src]

Formats the value using the given formatter.

impl Clone for RecordFieldDecl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for RecordFieldDecl
[src]

[src]

[src]

impl PositionRange for RecordFieldDecl
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.