Enum lopdf::StringFormat [] [src]

pub enum StringFormat {
    Literal,
    Hexadecimal,
}

String objects can be written in two formats.

Variants

Trait Implementations

impl Debug for StringFormat
[src]

Formats the value using the given formatter.

impl Clone for StringFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for StringFormat
[src]

Returns the "default value" for a type. Read more