Struct reproto_core::RpCode
[−]
[src]
pub struct RpCode {
pub context: String,
pub lines: Vec<String>,
}Fields
context: String
lines: Vec<String>
Trait Implementations
impl Debug for RpCode[src]
impl Clone for RpCode[src]
fn clone(&self) -> RpCode
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