[−][src]Struct rustc_ap_rustc_session::config::OutputFilenames
Fields
out_directory: PathBuf
single_output_file: Option<PathBuf>
outputs: OutputTypes
Methods
impl OutputFilenames
[src]
pub fn new(
out_directory: PathBuf,
out_filestem: String,
single_output_file: Option<PathBuf>,
extra: String,
outputs: OutputTypes
) -> Self
[src]
out_directory: PathBuf,
out_filestem: String,
single_output_file: Option<PathBuf>,
extra: String,
outputs: OutputTypes
) -> Self
pub fn path(&self, flavor: OutputType) -> PathBuf
[src]
pub fn temp_path(
&self,
flavor: OutputType,
codegen_unit_name: Option<&str>
) -> PathBuf
[src]
&self,
flavor: OutputType,
codegen_unit_name: Option<&str>
) -> PathBuf
Gets the path where a compilation artifact of the given type for the given codegen unit should be placed on disk. If codegen_unit_name is None, a path distinct from those of any codegen unit will be generated.
pub fn temp_path_ext(
&self,
ext: &str,
codegen_unit_name: Option<&str>
) -> PathBuf
[src]
&self,
ext: &str,
codegen_unit_name: Option<&str>
) -> PathBuf
Like temp_path, but also supports things where there is no corresponding OutputType, like noopt-bitcode or lto-bitcode.
pub fn with_extension(&self, extension: &str) -> PathBuf
[src]
Trait Implementations
impl Clone for OutputFilenames
[src]
fn clone(&self) -> OutputFilenames
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for OutputFilenames
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<CTX> HashStable<CTX> for OutputFilenames
[src]
fn hash_stable(&self, _: &mut CTX, hasher: &mut StableHasher)
[src]
Auto Trait Implementations
impl RefUnwindSafe for OutputFilenames
impl Send for OutputFilenames
impl Sync for OutputFilenames
impl Unpin for OutputFilenames
impl UnwindSafe for OutputFilenames
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Erased for T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> MaybeResult<T> for T
[src]
type Error = !
fn from(Result<T, <T as MaybeResult<T>>::Error>) -> T
[src]
fn to_result(self) -> Result<T, <T as MaybeResult<T>>::Error>
[src]
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<E> SpecializationError for E
[src]
default fn not_found<S, T>(
trait_name: &'static str,
method_name: &'static str
) -> E where
T: ?Sized,
[src]
trait_name: &'static str,
method_name: &'static str
) -> E where
T: ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,