Struct rustc_codegen_ssa::errors::DebugArgPath
source · struct DebugArgPath<'a>(pub &'a Path);
Tuple Fields§
§0: &'a Path
Trait Implementations§
source§impl IntoDiagnosticArg for DebugArgPath<'_>
impl IntoDiagnosticArg for DebugArgPath<'_>
fn into_diagnostic_arg(self) -> DiagnosticArgValue<'static>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DebugArgPath<'a>
impl<'a> Send for DebugArgPath<'a>
impl<'a> Sync for DebugArgPath<'a>
impl<'a> Unpin for DebugArgPath<'a>
impl<'a> UnwindSafe for DebugArgPath<'a>
Blanket Implementations§
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: 16 bytes