Enum reproto_core::RpRegistered [] [src]

pub enum RpRegistered {
    Type(Rc<RpTypeBody>),
    Interface(Rc<RpInterfaceBody>),
    Enum(Rc<RpEnumBody>),
    Tuple(Rc<RpTupleBody>),
    SubType {
        parent: Rc<RpInterfaceBody>,
        sub_type: Rc<RpSubType>,
    },
    EnumConstant {
        parent: Rc<RpEnumBody>,
        variant: Rc<RpEnumVariant>,
    },
    Service(Rc<RpServiceBody>),
}

Variants

Fields of SubType

Fields of EnumConstant

Methods

impl RpRegistered
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for RpRegistered
[src]

[src]

Formats the value using the given formatter.

impl Clone for RpRegistered
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more