Struct pdfium_render::metadata::PdfDocumentMetadataTag
source · pub struct PdfDocumentMetadataTag { /* private fields */ }Expand description
A single metadata tag in a PdfDocument.
Implementations§
Trait Implementations§
source§impl Clone for PdfDocumentMetadataTag
impl Clone for PdfDocumentMetadataTag
source§fn clone(&self) -> PdfDocumentMetadataTag
fn clone(&self) -> PdfDocumentMetadataTag
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 PdfDocumentMetadataTag
impl Debug for PdfDocumentMetadataTag
source§impl PartialEq<PdfDocumentMetadataTag> for PdfDocumentMetadataTag
impl PartialEq<PdfDocumentMetadataTag> for PdfDocumentMetadataTag
source§fn eq(&self, other: &PdfDocumentMetadataTag) -> bool
fn eq(&self, other: &PdfDocumentMetadataTag) -> bool
This method tests for
self and other values to be equal, and is used
by ==.