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