pub enum ExtractionQueryType {
XObject,
Page,
}Expand description
A type of extraction query, indicating as what kind of object you want to extract the page.
Variants§
Trait Implementations§
Source§impl Clone for ExtractionQueryType
impl Clone for ExtractionQueryType
Source§fn clone(&self) -> ExtractionQueryType
fn clone(&self) -> ExtractionQueryType
Returns a duplicate 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 ExtractionQueryType
impl Debug for ExtractionQueryType
impl Copy for ExtractionQueryType
Auto Trait Implementations§
impl Freeze for ExtractionQueryType
impl RefUnwindSafe for ExtractionQueryType
impl Send for ExtractionQueryType
impl Sync for ExtractionQueryType
impl Unpin for ExtractionQueryType
impl UnwindSafe for ExtractionQueryType
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