Enum reproto_core::RpReg [] [src]

pub enum RpReg {
    Type,
    Tuple,
    Interface,
    SubType,
    Enum,
    EnumVariant,
    Service,
}

Marker for the existence of a registered type of the given kind.

Variants

Methods

impl RpReg
[src]

[src]

[src]

Check if registered type is an enum.

Trait Implementations

impl Debug for RpReg
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RpReg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for RpReg
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RpReg

impl Sync for RpReg