pub struct CrawlOpts {
pub create_warc: bool,
pub requests_per_second: u32,
}
Fields§
§create_warc: bool
§requests_per_second: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CrawlOpts
impl RefUnwindSafe for CrawlOpts
impl Send for CrawlOpts
impl Sync for CrawlOpts
impl Unpin for CrawlOpts
impl UnwindSafe for CrawlOpts
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