Struct asoiaf_api::item::iterator::BookIterator
source · pub struct BookIterator { /* private fields */ }Expand description
Iterates over the pages of a book request.
Implementations§
Auto Trait Implementations§
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