Struct reproto_core::RpOptionDecl [] [src]

pub struct RpOptionDecl {
    pub name: String,
    pub values: Vec<Loc<RpValue>>,
}

Fields

Trait Implementations

impl Debug for RpOptionDecl
[src]

Formats the value using the given formatter.

impl Clone for RpOptionDecl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more