Struct tptp::position::Position[][src]

pub struct Position {
    pub line: usize,
    pub column: usize,
}

A line/column pair representing a position within an ASCII iterator

Fields

The current line

The current column

Methods

impl Position
[src]

Trait Implementations

impl Clone for Position
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Position
[src]

impl Debug for Position
[src]

Formats the value using the given formatter. Read more

impl Default for Position
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Position
[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 Position
[src]

Auto Trait Implementations

impl Send for Position

impl Sync for Position