Enum marc::DescriptiveCatalogingForm [] [src]

pub enum DescriptiveCatalogingForm {
    NonIsbd,
    Aacr2,
    IsbdPunctuationOmitted,
    IsbdPunctuationIncluded,
    UnknownDCF,
    Unknown(u8),
}

Variants

Trait Implementations

impl Clone for DescriptiveCatalogingForm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescriptiveCatalogingForm
[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 DescriptiveCatalogingForm
[src]

Formats the value using the given formatter.

impl From<u8> for DescriptiveCatalogingForm
[src]

Performs the conversion.

impl Into<u8> for DescriptiveCatalogingForm
[src]

Performs the conversion.