Struct asoiaf_api::item::iterator::CharacterIterator
source · pub struct CharacterIterator { /* private fields */ }Expand description
Iterates over the pages of a character request.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CharacterIterator
impl Send for CharacterIterator
impl Sync for CharacterIterator
impl Unpin for CharacterIterator
impl UnwindSafe for CharacterIterator
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