Struct xmlparser::ErrorPos
[−]
[src]
pub struct ErrorPos {
pub row: usize,
pub col: usize,
}Position of the error.
Position indicates row/line and column. Starting positions is 1:1.
Fields
row: usize
col: usize
Methods
impl ErrorPos[src]
Trait Implementations
impl Clone for ErrorPos[src]
fn clone(&self) -> ErrorPos[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for ErrorPos[src]
impl PartialEq for ErrorPos[src]
fn eq(&self, __arg_0: &ErrorPos) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ErrorPos) -> bool[src]
This method tests for !=.