Enum reproto_ast::EnumMember [] [src]

pub enum EnumMember<'input> {
    Code(Loc<Code<'input>>),
}

A member in a tuple, type, or interface.

Variants

Trait Implementations

impl<'input> Debug for EnumMember<'input>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'input> PartialEq for EnumMember<'input>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'input> Eq for EnumMember<'input>
[src]

Auto Trait Implementations

impl<'input> Send for EnumMember<'input>

impl<'input> Sync for EnumMember<'input>