pub enum CrawlerArtifactType {
Warc,
Har,
}Expand description
Artifact type — warc or har.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CrawlerArtifactType
impl Clone for CrawlerArtifactType
Source§fn clone(&self) -> CrawlerArtifactType
fn clone(&self) -> CrawlerArtifactType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CrawlerArtifactType
impl Debug for CrawlerArtifactType
Source§impl PartialEq for CrawlerArtifactType
impl PartialEq for CrawlerArtifactType
impl Copy for CrawlerArtifactType
impl Eq for CrawlerArtifactType
impl StructuralPartialEq for CrawlerArtifactType
Auto Trait Implementations§
impl Freeze for CrawlerArtifactType
impl RefUnwindSafe for CrawlerArtifactType
impl Send for CrawlerArtifactType
impl Sync for CrawlerArtifactType
impl Unpin for CrawlerArtifactType
impl UnwindSafe for CrawlerArtifactType
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