pub enum FileNameDisplayPreference {
Remapped,
Local,
Short,
}
Variants§
Remapped
Display the path after the application of rewrite rules provided via --remap-path-prefix
.
This is appropriate for paths that get embedded into files produced by the compiler.
Local
Display the path before the application of rewrite rules provided via --remap-path-prefix
.
This is appropriate for use in user-facing output (such as diagnostics).
Short
Display only the filename, as a way to reduce the verbosity of the output. This is appropriate for use in user-facing output (such as diagnostics).
Trait Implementations§
source§impl Clone for FileNameDisplayPreference
impl Clone for FileNameDisplayPreference
source§fn clone(&self) -> FileNameDisplayPreference
fn clone(&self) -> FileNameDisplayPreference
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for FileNameDisplayPreference
impl Debug for FileNameDisplayPreference
source§impl Hash for FileNameDisplayPreference
impl Hash for FileNameDisplayPreference
source§impl PartialEq<FileNameDisplayPreference> for FileNameDisplayPreference
impl PartialEq<FileNameDisplayPreference> for FileNameDisplayPreference
source§fn eq(&self, other: &FileNameDisplayPreference) -> bool
fn eq(&self, other: &FileNameDisplayPreference) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for FileNameDisplayPreference
impl Eq for FileNameDisplayPreference
impl StructuralEq for FileNameDisplayPreference
impl StructuralPartialEq for FileNameDisplayPreference
Auto Trait Implementations§
impl RefUnwindSafe for FileNameDisplayPreference
impl Send for FileNameDisplayPreference
impl Sync for FileNameDisplayPreference
impl Unpin for FileNameDisplayPreference
impl UnwindSafe for FileNameDisplayPreference
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Remapped
: 0 bytesLocal
: 0 bytesShort
: 0 bytes