[][src]Enum pdf_create::low::PdfVersion

pub enum PdfVersion {
    V1_0,
    V1_1,
    V1_2,
    V1_3,
    V1_4,
    V1_5,
    V1_6,
    V1_7,
}

Well-known PDF Versions

Variants

V1_0

PDF-1.0

V1_1

PDF-1.1

V1_2

PDF-1.2

V1_3

PDF-1.3

V1_4

PDF-1.4

V1_5

PDF-1.5

V1_6

PDF-1.6

V1_7

PDF-1.7

Trait Implementations

impl Serialize for PdfVersion[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.