Struct syntax_pos::DistinctSources[][src]

pub struct DistinctSources {
    pub begin: (FileName, BytePos),
    pub end: (FileName, BytePos),
}

Fields

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. Read more

Auto Trait Implementations