Enum reproto_core::RpDecl [] [src]

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

Variants

Methods

impl RpDecl
[src]

[src]

[src]

[src]

[src]

Convert a declaration into its registered types.

Trait Implementations

impl Debug for RpDecl
[src]

[src]

Formats the value using the given formatter.

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