pub struct CharacterIterator { /* private fields */ }
Expand description
Iterates over the pages of a character request.
Implementations§
Auto Trait Implementations§
impl Freeze for CharacterIterator
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