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]
impl Clone for Skipfn clone(&self) -> Skip[src]
fn clone(&self) -> SkipReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for Skip[src]
impl Eq for Skipimpl PartialEq for Skip[src]
impl PartialEq for Skipfn eq(&self, other: &Skip) -> bool[src]
fn eq(&self, other: &Skip) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Skip) -> bool[src]
fn ne(&self, other: &Skip) -> boolThis method tests for !=.
impl Debug for Skip[src]
impl Debug for Skip