Enum marc::EncodingLevel [] [src]

pub enum EncodingLevel {
    FullLevel,
    FullLevelMaterialNotExamined,
    LessThanFullLevelMaterialNotExamined,
    AbbreviatedLevel,
    CoreLevel,
    PartialLevel,
    MinimalLevel,
    PrepublicationLevel,
    UnknownEL,
    NotApplicable,
    Unknown(u8),
}

Variants

Trait Implementations

impl Clone for EncodingLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EncodingLevel
[src]

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

This method tests for !=.

impl Debug for EncodingLevel
[src]

Formats the value using the given formatter.

impl From<u8> for EncodingLevel
[src]

Performs the conversion.

impl Into<u8> for EncodingLevel
[src]

Performs the conversion.