Struct rustc_typeck::session::config::OutputFilenamesExperimental [-]  [+] [src]

pub struct OutputFilenames {
    pub out_directory: Path,
    pub out_filestem: String,
    pub single_output_file: Option<Path>,
    pub extra: String,
}

Fields

out_directory
out_filestem
single_output_file
extra

Methods

impl OutputFilenames

fn path(&self, flavor: OutputType) -> Path

fn temp_path(&self, flavor: OutputType) -> Path

fn with_extension(&self, extension: &str) -> Path

fn filestem(&self) -> String

Trait Implementations

Derived Implementations

impl Clone for OutputFilenames

fn clone(&self) -> OutputFilenames

fn clone_from(&mut self, &OutputFilenames)