Enum reproto_core::RpDecl [] [src]

pub enum RpDecl {
    Type(Rc<Loc<RpTypeBody>>),
    Tuple(Rc<Loc<RpTupleBody>>),
    Interface(Rc<Loc<RpInterfaceBody>>),
    Enum(Rc<Loc<RpEnumBody>>),
    Service(Rc<Loc<RpServiceBody>>),
}

Variants

Methods

impl RpDecl
[src]

[src]

[src]

[src]

Important traits for &'a [u8]
[src]

Important traits for Vec<u8>
[src]

Convert a declaration into its registered types.

[src]

Get stringy kind of the declaration.

[src]

Get the position of the declaration.

Trait Implementations

impl Debug for RpDecl
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RpDecl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for RpDecl
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for RpDecl

impl !Sync for RpDecl