Struct reproto_core::RpMatchDecl [] [src]

pub struct RpMatchDecl {
    pub by_value: Vec<(Loc<RpValue>, RpByValueMatch)>,
    pub by_type: Vec<(RpMatchKind, RpByTypeMatch)>,
}

Fields

Methods

impl RpMatchDecl
[src]

Trait Implementations

impl Debug for RpMatchDecl
[src]

Formats the value using the given formatter.

impl Clone for RpMatchDecl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more