Struct domain::master::error::Pos[][src]

pub struct Pos { /* fields omitted */ }

The human-friendly position in a reader.

Methods

impl Pos
[src]

Trait Implementations

impl Clone for Pos
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pos
[src]

impl Debug for Pos
[src]

Formats the value using the given formatter. Read more

impl Default for Pos
[src]

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

impl Eq for Pos
[src]

impl PartialEq for Pos
[src]

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

This method tests for !=.

impl From<(usize, usize)> for Pos
[src]

Performs the conversion.

impl PartialEq<(usize, usize)> for Pos
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Pos

impl Sync for Pos