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