Struct syntax_pos::DistinctSources [] [src]

pub struct DistinctSources {
    pub begin: (String, BytePos),
    pub end: (String, BytePos),
}
🔬 This is a nightly-only experimental API. (rustc_private)

Fields

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

Trait Implementations

impl Clone for DistinctSources
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DistinctSources
[src]

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

This method tests for !=.

impl Eq for DistinctSources
[src]

impl Debug for DistinctSources
[src]

Formats the value using the given formatter.