Struct reproto_core::RpByTypeMatch [] [src]

pub struct RpByTypeMatch {
    pub variable: Loc<RpMatchVariable>,
    pub object: Loc<RpObject>,
}

Fields

Trait Implementations

impl Debug for RpByTypeMatch
[src]

Formats the value using the given formatter.

impl Clone for RpByTypeMatch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more