pub struct PdfDifference {
pub location: String,
pub expected: String,
pub actual: String,
pub severity: DifferenceSeverity,
}Expand description
Difference between two PDFs
Fields§
§location: String§expected: String§actual: String§severity: DifferenceSeverityTrait Implementations§
Source§impl Clone for PdfDifference
impl Clone for PdfDifference
Source§fn clone(&self) -> PdfDifference
fn clone(&self) -> PdfDifference
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 moreAuto Trait Implementations§
impl Freeze for PdfDifference
impl RefUnwindSafe for PdfDifference
impl Send for PdfDifference
impl Sync for PdfDifference
impl Unpin for PdfDifference
impl UnwindSafe for PdfDifference
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