pub struct PdfExtractPagesTask { /* private fields */ }Implementations§
Source§impl PdfExtractPagesTask
impl PdfExtractPagesTask
pub fn new(input: impl Into<Input>) -> Self
pub fn engine(self, engine: impl Into<String>) -> Self
pub fn engine_version(self, engine_version: impl Into<String>) -> Self
pub fn filename(self, filename: impl Into<String>) -> Self
pub fn timeout(self, timeout: u64) -> Self
pub fn option(self, key: impl Into<String>, value: impl Into<Value>) -> Self
Trait Implementations§
Source§impl Clone for PdfExtractPagesTask
impl Clone for PdfExtractPagesTask
Source§fn clone(&self) -> PdfExtractPagesTask
fn clone(&self) -> PdfExtractPagesTask
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 moreSource§impl Debug for PdfExtractPagesTask
impl Debug for PdfExtractPagesTask
Source§impl From<PdfExtractPagesTask> for TaskRequest
impl From<PdfExtractPagesTask> for TaskRequest
Source§fn from(value: PdfExtractPagesTask) -> Self
fn from(value: PdfExtractPagesTask) -> Self
Converts to this type from the input type.
Source§impl Serialize for PdfExtractPagesTask
impl Serialize for PdfExtractPagesTask
Source§impl TaskPayload for PdfExtractPagesTask
impl TaskPayload for PdfExtractPagesTask
Auto Trait Implementations§
impl Freeze for PdfExtractPagesTask
impl RefUnwindSafe for PdfExtractPagesTask
impl Send for PdfExtractPagesTask
impl Sync for PdfExtractPagesTask
impl Unpin for PdfExtractPagesTask
impl UnsafeUnpin for PdfExtractPagesTask
impl UnwindSafe for PdfExtractPagesTask
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