pub enum PageType {
GalleryDownloader,
SimpleDownloader,
HardDriveImport,
Petitions,
FileSearch,
URLDownloader,
Duplicates,
ThreadWatcher,
PageOfPages,
Unknown,
}Variants§
GalleryDownloader
SimpleDownloader
HardDriveImport
Petitions
FileSearch
URLDownloader
Duplicates
ThreadWatcher
PageOfPages
Unknown
Trait Implementations§
Source§impl PartialOrd for PageType
impl PartialOrd for PageType
impl StructuralPartialEq for PageType
Auto Trait Implementations§
impl Freeze for PageType
impl RefUnwindSafe for PageType
impl Send for PageType
impl Sync for PageType
impl Unpin for PageType
impl UnwindSafe for PageType
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