Struct cssparser::SourcePosition [] [src]

pub struct SourcePosition { /* fields omitted */ }

A capture of the internal state of a Parser (including the position within the input), obtained from the Parser::position method.

Can be used with the Parser::reset method to restore that state. Should only be used with the Parser instance it came from.

Trait Implementations

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

impl Debug for SourcePosition
[src]

Formats the value using the given formatter.

impl Clone for SourcePosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SourcePosition
[src]