Struct rustc_session::config::LocationDetail
source · [−]Expand description
The different settings that can be enabled via the -Z location-detail
flag.
Fields
file: bool
line: bool
column: bool
Implementations
sourceimpl LocationDetail
impl LocationDetail
Trait Implementations
sourceimpl Clone for LocationDetail
impl Clone for LocationDetail
sourcefn clone(&self) -> LocationDetail
fn clone(&self) -> LocationDetail
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LocationDetail
impl Debug for LocationDetail
sourceimpl DepTrackingHash for LocationDetail
impl DepTrackingHash for LocationDetail
fn hash(
&self,
hasher: &mut DefaultHasher,
_: ErrorOutputType,
_for_crate_hash: bool
)
sourceimpl Hash for LocationDetail
impl Hash for LocationDetail
sourceimpl PartialEq<LocationDetail> for LocationDetail
impl PartialEq<LocationDetail> for LocationDetail
sourcefn eq(&self, other: &LocationDetail) -> bool
fn eq(&self, other: &LocationDetail) -> bool
impl StructuralPartialEq for LocationDetail
Auto Trait Implementations
impl RefUnwindSafe for LocationDetail
impl Send for LocationDetail
impl Sync for LocationDetail
impl Unpin for LocationDetail
impl UnwindSafe for LocationDetail
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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: 3 bytes