pub enum PageComplexity {
Low,
High,
}Expand description
Page-complexity hint for SmartScraperRequest.
Variants§
Trait Implementations§
Source§impl Clone for PageComplexity
impl Clone for PageComplexity
Source§fn clone(&self) -> PageComplexity
fn clone(&self) -> PageComplexity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PageComplexity
Source§impl Debug for PageComplexity
impl Debug for PageComplexity
impl Eq for PageComplexity
Source§impl PartialEq for PageComplexity
impl PartialEq for PageComplexity
Source§fn eq(&self, other: &PageComplexity) -> bool
fn eq(&self, other: &PageComplexity) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PageComplexity
impl Serialize for PageComplexity
impl StructuralPartialEq for PageComplexity
Auto Trait Implementations§
impl Freeze for PageComplexity
impl RefUnwindSafe for PageComplexity
impl Send for PageComplexity
impl Sync for PageComplexity
impl Unpin for PageComplexity
impl UnsafeUnpin for PageComplexity
impl UnwindSafe for PageComplexity
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