pub enum PDFVersion {
V1_0,
V1_1,
V1_2,
V1_3,
V1_4,
V1_5,
V1_6,
V1_7,
V2_0,
}Variants§
Trait Implementations§
Source§impl Debug for PDFVersion
impl Debug for PDFVersion
Source§impl Display for PDFVersion
impl Display for PDFVersion
Source§impl PartialEq for PDFVersion
impl PartialEq for PDFVersion
Source§impl TryFrom<&str> for PDFVersion
impl TryFrom<&str> for PDFVersion
Source§impl TryFrom<String> for PDFVersion
impl TryFrom<String> for PDFVersion
impl StructuralPartialEq 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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more