pub struct ExportPostprocessEvaluationService<A> { /* private fields */ }Implementations§
Source§impl<A: PdfPostprocessAdapter> ExportPostprocessEvaluationService<A>
impl<A: PdfPostprocessAdapter> ExportPostprocessEvaluationService<A>
pub fn new( adapter: A, mode: ExportPostprocessMode, policy: ExportPostprocessPolicy, ) -> Self
pub fn evaluate( &self, request: &ExportPostprocessEvaluationRequest<'_>, ) -> ExportPostprocessEvaluationReport
Auto Trait Implementations§
impl<A> Freeze for ExportPostprocessEvaluationService<A>where
A: Freeze,
impl<A> RefUnwindSafe for ExportPostprocessEvaluationService<A>where
A: RefUnwindSafe,
impl<A> Send for ExportPostprocessEvaluationService<A>where
A: Send,
impl<A> Sync for ExportPostprocessEvaluationService<A>where
A: Sync,
impl<A> Unpin for ExportPostprocessEvaluationService<A>where
A: Unpin,
impl<A> UnsafeUnpin for ExportPostprocessEvaluationService<A>where
A: UnsafeUnpin,
impl<A> UnwindSafe for ExportPostprocessEvaluationService<A>where
A: UnwindSafe,
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