Struct reproto_core::RpMatchMember [] [src]

pub struct RpMatchMember {
    pub comment: Vec<String>,
    pub condition: Loc<RpMatchCondition>,
    pub object: Loc<RpObject>,
}

Fields

Trait Implementations

impl Debug for RpMatchMember
[src]

Formats the value using the given formatter.

impl Clone for RpMatchMember
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more