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