Struct pdfium_render::metadata::PdfDocumentMetadataTag
source · [−]pub struct PdfDocumentMetadataTag { /* private fields */ }Expand description
A single metadata tag in a PdfDocument.
Implementations
Trait Implementations
sourceimpl Clone for PdfDocumentMetadataTag
impl Clone for PdfDocumentMetadataTag
sourcefn clone(&self) -> PdfDocumentMetadataTag
fn clone(&self) -> PdfDocumentMetadataTag
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PdfDocumentMetadataTag
impl Debug for PdfDocumentMetadataTag
sourceimpl PartialEq<PdfDocumentMetadataTag> for PdfDocumentMetadataTag
impl PartialEq<PdfDocumentMetadataTag> for PdfDocumentMetadataTag
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &PdfDocumentMetadataTag) -> bool
fn ne(&self, other: &PdfDocumentMetadataTag) -> bool
This method tests for !=.
impl StructuralPartialEq for PdfDocumentMetadataTag
Auto Trait Implementations
impl RefUnwindSafe for PdfDocumentMetadataTag
impl Send for PdfDocumentMetadataTag
impl Sync for PdfDocumentMetadataTag
impl Unpin for PdfDocumentMetadataTag
impl UnwindSafe for PdfDocumentMetadataTag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more