pub struct ChapterViewer { /* private fields */ }
Expand description
The struct used for getting access to chapter pages that are being downloaded via MangoClient::chapter_viewer
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChapterViewer
impl !RefUnwindSafe for ChapterViewer
impl Send for ChapterViewer
impl Sync for ChapterViewer
impl Unpin for ChapterViewer
impl !UnwindSafe for ChapterViewer
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