pub enum PreviewFormat {
Pdf,
Epub,
Mobi,
}
Expand description
Represents the different preview formats.
Variants§
Auto Trait Implementations§
impl Freeze for PreviewFormat
impl RefUnwindSafe for PreviewFormat
impl Send for PreviewFormat
impl Sync for PreviewFormat
impl Unpin for PreviewFormat
impl UnwindSafe for PreviewFormat
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