Enum pdf_composer::PDFVersion
source · pub enum PDFVersion {
V1_7,
V2_0,
}Expand description
Enum to represent different versions of the PDF specification. See https://pdfa.org/resource/pdf-specification-archive/ for more information on the PDF specifications
Variants§
Trait Implementations§
source§impl Clone for PDFVersion
impl Clone for PDFVersion
source§fn clone(&self) -> PDFVersion
fn clone(&self) -> PDFVersion
Returns a copy 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 PDFVersion
impl Debug for PDFVersion
source§impl ToString for PDFVersion
impl ToString for PDFVersion
impl Copy for PDFVersion
Auto Trait Implementations§
impl Freeze for PDFVersion
impl RefUnwindSafe for PDFVersion
impl Send for PDFVersion
impl Sync for PDFVersion
impl Unpin for PDFVersion
impl UnwindSafe for PDFVersion
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