pub struct BookIterator { /* private fields */ }
Expand description
Iterates over the pages of a book request.
Implementations§
Auto Trait Implementations§
impl Freeze for BookIterator
impl RefUnwindSafe for BookIterator
impl Send for BookIterator
impl Sync for BookIterator
impl Unpin for BookIterator
impl UnwindSafe for BookIterator
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