Struct reproto_core::RpMatchMember
[−]
[src]
pub struct RpMatchMember { pub comment: Vec<String>, pub condition: Loc<RpMatchCondition>, pub object: Loc<RpObject>, }
Fields
comment: Vec<String>
condition: Loc<RpMatchCondition>
object: Loc<RpObject>
Trait Implementations
impl Debug for RpMatchMember
[src]
impl Clone for RpMatchMember
[src]
fn clone(&self) -> RpMatchMember
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more