Struct pgn_reader::Skip
[−]
[src]
#[must_use]pub struct Skip(pub bool);
Tell the reader to skip over a game or variation.
Trait Implementations
impl Clone for Skip[src]
fn clone(&self) -> Skip[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 Eq for Skip[src]
impl PartialEq for Skip[src]
fn eq(&self, __arg_0: &Skip) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Skip) -> bool[src]
This method tests for !=.