pub struct PdfRotatePagesTask { /* private fields */ }Implementations§
Source§impl PdfRotatePagesTask
impl PdfRotatePagesTask
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 PdfRotatePagesTask
impl Clone for PdfRotatePagesTask
Source§fn clone(&self) -> PdfRotatePagesTask
fn clone(&self) -> PdfRotatePagesTask
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 PdfRotatePagesTask
impl Debug for PdfRotatePagesTask
Source§impl From<PdfRotatePagesTask> for TaskRequest
impl From<PdfRotatePagesTask> for TaskRequest
Source§fn from(value: PdfRotatePagesTask) -> Self
fn from(value: PdfRotatePagesTask) -> Self
Converts to this type from the input type.
Source§impl Serialize for PdfRotatePagesTask
impl Serialize for PdfRotatePagesTask
Source§impl TaskPayload for PdfRotatePagesTask
impl TaskPayload for PdfRotatePagesTask
Auto Trait Implementations§
impl Freeze for PdfRotatePagesTask
impl RefUnwindSafe for PdfRotatePagesTask
impl Send for PdfRotatePagesTask
impl Sync for PdfRotatePagesTask
impl Unpin for PdfRotatePagesTask
impl UnsafeUnpin for PdfRotatePagesTask
impl UnwindSafe for PdfRotatePagesTask
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