Struct rls_data::CompilationOptions[][src]

pub struct CompilationOptions {
    pub directory: PathBuf,
    pub program: String,
    pub arguments: Vec<String>,
    pub output: PathBuf,
}

Fields

Trait Implementations

impl Decodable for CompilationOptions
[src]

Deserialize a value using a Decoder.

impl Encodable for CompilationOptions
[src]

Serialize a value using an Encoder.

impl Debug for CompilationOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for CompilationOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations