pub struct LuaScraper { /* private fields */ }
Trait Implementations§
Source§impl Scrapable for LuaScraper
impl Scrapable for LuaScraper
type Config = LuaScraperConfig
fn new(config: &LuaScraperConfig) -> Result<Self>
fn finalizer(&mut self)
fn seed(&self) -> Seed
fn scrap( &mut self, page: String, scraping_context: ScrapingContext, ) -> Result<()>
fn accept(&self, url: &str, crawling_ctx: CrawlingContext) -> bool
Auto Trait Implementations§
impl Freeze for LuaScraper
impl !RefUnwindSafe for LuaScraper
impl !Send for LuaScraper
impl !Sync for LuaScraper
impl Unpin for LuaScraper
impl !UnwindSafe for LuaScraper
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