pub enum BookType {
Works,
Editions,
ISBN,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BookType
impl RefUnwindSafe for BookType
impl Send for BookType
impl Sync for BookType
impl Unpin for BookType
impl UnwindSafe for BookType
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