#[non_exhaustive]pub enum Namespace<'a> {
Show 26 variants
Rdf,
DublinCore,
Xmp,
XmpRights,
XmpResourceRef,
XmpResourceEvent,
XmpVersion,
XmpJob,
XmpJobManagement,
XmpColorant,
XmpFont,
XmpDimensions,
XmpMedia,
XmpPaged,
XmpDynamicMedia,
XmpImage,
XmpIdq,
AdobePdf,
PdfAId,
PdfXId,
PdfAExtension,
PdfASchema,
PdfAProperty,
PdfAType,
PdfAField,
Custom(Box<CustomNamespace<'a>>),
}
Expand description
XML Namespaces for the XMP properties.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Rdf
DublinCore
Xmp
XmpRights
XmpResourceRef
XmpResourceEvent
XmpVersion
XmpJob
XmpJobManagement
XmpColorant
XmpFont
XmpDimensions
XmpMedia
XmpPaged
XmpDynamicMedia
XmpImage
XmpIdq
AdobePdf
PdfAId
PdfXId
PdfAExtension
PdfASchema
PdfAProperty
PdfAType
PdfAField
Custom(Box<CustomNamespace<'a>>)
Implementations§
Trait Implementations§
source§impl<'a> Ord for Namespace<'a>
impl<'a> Ord for Namespace<'a>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'a> PartialOrd for Namespace<'a>
impl<'a> PartialOrd for Namespace<'a>
impl<'a> Eq for Namespace<'a>
impl<'a> StructuralPartialEq for Namespace<'a>
Auto Trait Implementations§
impl<'a> Freeze for Namespace<'a>
impl<'a> RefUnwindSafe for Namespace<'a>
impl<'a> Send for Namespace<'a>
impl<'a> Sync for Namespace<'a>
impl<'a> Unpin for Namespace<'a>
impl<'a> UnwindSafe for Namespace<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)