Struct reproto_core::RpByTypeMatch
[−]
[src]
pub struct RpByTypeMatch {
pub variable: Loc<RpMatchVariable>,
pub object: Loc<RpObject>,
}Fields
variable: Loc<RpMatchVariable>
object: Loc<RpObject>
Trait Implementations
impl Debug for RpByTypeMatch[src]
impl Clone for RpByTypeMatch[src]
fn clone(&self) -> RpByTypeMatch
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