Struct pgn_reader::InvalidNag
[−]
[src]
pub struct InvalidNag { /* fields omitted */ }Error when parsing an invalid NAG.
Trait Implementations
impl Clone for InvalidNag[src]
fn clone(&self) -> InvalidNag[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 InvalidNag[src]
impl PartialEq for InvalidNag[src]
fn eq(&self, __arg_0: &InvalidNag) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &InvalidNag) -> bool[src]
This method tests for !=.
impl Debug for InvalidNag[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Display for InvalidNag[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more