pub struct FrnCrawler {}
Trait Implementations
sourceimpl Crawler for FrnCrawler
impl Crawler for FrnCrawler
fn next<'life0, 'async_trait>(
&'life0 self,
feed_page: FetchedFeedPage
) -> Pin<Box<dyn Future<Output = Result<Next>> + Send + 'async_trait>>where
'life0: 'async_trait,
Self: 'async_trait,
fn domains(&self) -> Vec<String>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
Auto Trait Implementations
impl RefUnwindSafe for FrnCrawler
impl Send for FrnCrawler
impl Sync for FrnCrawler
impl Unpin for FrnCrawler
impl UnwindSafe for FrnCrawler
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
Converts
self
into a collection.fn mapped<U, F, A>(self, f: F) -> SmallVec<A>where
F: FnMut(T) -> U,
A: Array<Item = U>,
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be
Self