Enum reproto_parser::ast::Object [] [src]

pub enum Object<'input> {
    Instance(Loc<Instance<'input>>),
    Constant(Loc<RpName>),
}

Variants

Trait Implementations

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

Formats the value using the given formatter.

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

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

This method tests for !=.

impl<'input> Clone for Object<'input>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'input> IntoModel for Object<'input>
[src]

Convert the current type to a model.