Enum reproto_core::RpPathSegment [] [src]

pub enum RpPathSegment {
    Literal {
        value: Loc<String>,
    },
    Variable {
        name: Loc<String>,
        ty: Loc<RpType>,
    },
}

Variants

Fields of Literal

Fields of Variable

Methods

impl RpPathSegment
[src]

Trait Implementations

impl Debug for RpPathSegment
[src]

Formats the value using the given formatter.

impl Clone for RpPathSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more