Struct symbolic_debuginfo::FileEntry[][src]

pub struct FileEntry<'data> {
    pub compilation_dir: &'data [u8],
    pub info: FileInfo<'data>,
}
Expand description

File information comprising a compilation directory, relative path and name.

Fields

compilation_dir: &'data [u8]

Path to the compilation directory. File paths are relative to this.

info: FileInfo<'data>

File name and path.

Implementations

Path to the compilation directory.

Absolute path to the file, including the compilation directory.

Methods from Deref<Target = FileInfo<'data>>

The file name as UTF-8 string.

Path to the file relative to the compilation directory.

The full path to the file, relative to the compilation directory.

Trait Implementations

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Given the context attached to a nom error, and given the original input to the nom parser, extract more the useful context information. Read more

Performs the conversion.

Performs the conversion.

Given the original input, as well as the context reported by nom, recreate a context in the original string where the error occurred. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.