Enum marc::BibliographicLevel [] [src]

pub enum BibliographicLevel {
    MonographicComponentPart,
    SerialComponentPart,
    Collection,
    Subunit,
    IntegratingResource,
    MonographOrItem,
    Serial,
    Unknown(u8),
}

Variants

Trait Implementations

impl Debug for BibliographicLevel
[src]

Formats the value using the given formatter.

impl PartialEq for BibliographicLevel
[src]

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

This method tests for !=.

impl Clone for BibliographicLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<u8> for BibliographicLevel
[src]

Performs the conversion.

impl Into<u8> for BibliographicLevel
[src]

Performs the conversion.