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