Enum marc::TypeOfRecord [] [src]

pub enum TypeOfRecord {
    LanguageMaterial,
    NotatedMusic,
    ManuscriptNotatedMusic,
    CartographicMaterial,
    ManuscriptCartographicMaterial,
    ProjectedMedium,
    NonmusicalSoundRecording,
    MusicalSoundRecording,
    TwoDimensionalNonprojectableGraphic,
    ComputerFile,
    Kit,
    MixedMaterials,
    ThreeDimensionalArtifactOrNaturallyOccurringObject,
    ManuscriptLanguageMaterial,
    Unknown(u8),
}

Variants

Trait Implementations

impl Debug for TypeOfRecord
[src]

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<u8> for TypeOfRecord
[src]

Performs the conversion.

impl Into<u8> for TypeOfRecord
[src]

Performs the conversion.