Struct printpdf::types::plugins::xmp::xmp_metadata::XmpMetadata [] [src]

pub struct XmpMetadata {
    pub document_id: String,
    pub rendition_class: Option<String>,
    pub document_version: u32,
}

Initial struct for Xmp metatdata. This should be expanded later for XML handling, etc. Right now it just fills out the necessary fields

Fields

Document ID

Web-viewable or "default" or to be left empty. Usually "default".

Document version

Methods

impl XmpMetadata
[src]

[src]

Creates a new XmpMetadata object

Trait Implementations

impl Debug for XmpMetadata
[src]

[src]

Formats the value using the given formatter.

impl Clone for XmpMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more