pub struct File<'tu> { /* private fields */ }
Expand description

A source file.

Implementations

Returns the absolute path to this file.

Returns the last modification time for this file.

Returns a unique identifier for this file.

Returns the contents of this file, if this file has been loaded.

Returns the module containing this file, if any.

Returns the source ranges in this file that were skipped by the preprocessor.

This will always return an empty Vec if the translation unit that contains this file was not constructed with a detailed preprocessing record.

Returns whether this file is guarded against multiple inclusions.

Returns the source location at the supplied line and column in this file.

Panics
  • line or column is 0

Returns the source location at the supplied character offset in this file.

Returns the inclusion directives in this file.

Returns the references to the supplied entity in this file.

Visits the inclusion directives in this file and returns whether visitation was ended by the callback returning false.

Visits the references to the supplied entity in this file and returns whether visitation was ended by the callback returning false.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. 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.