Enum marc::Warning [] [src]

pub enum Warning {
    WrongIndicatorCount(u8),
    WrongSubfieldCodeCount(u8),
    WrongLengthOfFieldLen(u8),
    WrongStartingCharacterPositionLen(u8),
    WrongImplementationDefinedPortionLen(u8),
}

Variants

WrongIndicatorCount(u8)WrongSubfieldCodeCount(u8)WrongLengthOfFieldLen(u8)WrongStartingCharacterPositionLen(u8)WrongImplementationDefinedPortionLen(u8)

Trait Implementations

impl Clone for Warning
[src]

fn clone(&self) -> Warning

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl PartialEq for Warning
[src]

fn eq(&self, __arg_0: &Warning) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &Warning) -> bool

This method tests for !=.

impl Debug for Warning
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.