pub enum BibliographicalLevel {
MonographicComponentPart,
SerialComponentPart,
Collection,
Subunit,
IntegratingResource,
Monograph,
Serial,
Unknown,
}Variants§
MonographicComponentPart
SerialComponentPart
Collection
Subunit
IntegratingResource
Monograph
Serial
Unknown
Trait Implementations§
Source§impl Debug for BibliographicalLevel
impl Debug for BibliographicalLevel
Source§impl PartialEq for BibliographicalLevel
impl PartialEq for BibliographicalLevel
impl Eq for BibliographicalLevel
impl StructuralPartialEq for BibliographicalLevel
Auto Trait Implementations§
impl Freeze for BibliographicalLevel
impl RefUnwindSafe for BibliographicalLevel
impl Send for BibliographicalLevel
impl Sync for BibliographicalLevel
impl Unpin for BibliographicalLevel
impl UnwindSafe for BibliographicalLevel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more