Struct js::syntax::ast::pos::Position[src]
pub struct Position {
pub column_number: uint,
pub line_number: uint,
}A position in Javascript source code
Fields
column_number | The column number |
line_number | The line number |
pub struct Position {
pub column_number: uint,
pub line_number: uint,
}A position in Javascript source code
column_number | The column number |
line_number | The line number |
impl Positionimpl PartialEq for Positionimpl Clone for Positionfn clone(&self) -> Positionfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).