pub enum DetailLevel {
Low,
Medium,
High,
}Expand description
How exhaustively SmartScraperRequest should populate the result.
Variants§
Trait Implementations§
Source§impl Clone for DetailLevel
impl Clone for DetailLevel
Source§fn clone(&self) -> DetailLevel
fn clone(&self) -> DetailLevel
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 DetailLevel
Source§impl Debug for DetailLevel
impl Debug for DetailLevel
impl Eq for DetailLevel
Source§impl PartialEq for DetailLevel
impl PartialEq for DetailLevel
Source§fn eq(&self, other: &DetailLevel) -> bool
fn eq(&self, other: &DetailLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DetailLevel
impl Serialize for DetailLevel
impl StructuralPartialEq for DetailLevel
Auto Trait Implementations§
impl Freeze for DetailLevel
impl RefUnwindSafe for DetailLevel
impl Send for DetailLevel
impl Sync for DetailLevel
impl Unpin for DetailLevel
impl UnsafeUnpin for DetailLevel
impl UnwindSafe for DetailLevel
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