pub enum CoverKey {
Id,
Isbn,
Oclc,
Lccn,
Olid,
}Expand description
The key type used when querying covers.
Variants§
Implementations§
Trait Implementations§
impl Copy for CoverKey
impl Eq for CoverKey
impl StructuralPartialEq for CoverKey
Auto Trait Implementations§
impl Freeze for CoverKey
impl RefUnwindSafe for CoverKey
impl Send for CoverKey
impl Sync for CoverKey
impl Unpin for CoverKey
impl UnsafeUnpin for CoverKey
impl UnwindSafe for CoverKey
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