pub enum Namespace {
Tiff,
Exif,
ExifEX,
Ps,
Dc,
Xmp,
XmpRights,
Unknown(String),
}Variants§
Tiff
Namespace for fields defined in TIFF
Exif
Namespace for fields defined in Exif 2.2 or earlier
ExifEX
Namespace for fields defined in Exif 2.21 or later
Ps
Dc
Xmp
XmpRights
Unknown(String)
Implementations§
Trait Implementations§
Source§impl Ord for Namespace
impl Ord for Namespace
Source§impl PartialOrd for Namespace
impl PartialOrd for Namespace
impl Eq for Namespace
impl StructuralPartialEq for Namespace
Auto Trait Implementations§
impl Freeze for Namespace
impl RefUnwindSafe for Namespace
impl Send for Namespace
impl Sync for Namespace
impl Unpin for Namespace
impl UnwindSafe for Namespace
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