pub struct RecentChangesGenerator<A> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<A: Access> WikiGenerator for RecentChangesGenerator<A>
impl<A: Access> WikiGenerator for RecentChangesGenerator<A>
type Item = RecentChangesResult
type Response = QueryResponse<RecentChanges<RecentChangesResult>>
fn url(&self) -> &Url
fn client(&self) -> &Client
fn create_request(&self) -> Main
fn untangle_response(&self, res: Self::Response) -> Result<Vec<Self::Item>>
fn into_stream(self) -> GeneratorStream<Self>where
Self: Sized,
Auto Trait Implementations§
impl<A> Freeze for RecentChangesGenerator<A>where
A: Freeze,
impl<A> RefUnwindSafe for RecentChangesGenerator<A>where
A: RefUnwindSafe,
impl<A> Send for RecentChangesGenerator<A>where
A: Send,
impl<A> Sync for RecentChangesGenerator<A>where
A: Sync,
impl<A> Unpin for RecentChangesGenerator<A>where
A: Unpin,
impl<A> UnwindSafe for RecentChangesGenerator<A>where
A: UnwindSafe,
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