Enum marc::Warning [] [src]

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

Variants

WrongIndicatorCount(Option<u8>)WrongSubfieldCodeCount(Option<u8>)WrongLengthOfFieldLen(Option<u8>)WrongStartingCharacterPositionLen(Option<u8>)WrongImplementationDefinedPortionLen(Option<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.