Struct boxcars::ParserBuilder[][src]

pub struct ParserBuilder<'a> { /* fields omitted */ }

The main entry point to parsing replays in boxcars. Allows one to customize parsing options, such as only parsing the header and forgoing crc (corruption) checks.

Methods

impl<'a> ParserBuilder<'a>
[src]

Trait Implementations

impl<'a> Debug for ParserBuilder<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for ParserBuilder<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> PartialEq for ParserBuilder<'a>
[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<'a> Send for ParserBuilder<'a>

impl<'a> Sync for ParserBuilder<'a>