pub struct XmpReader;Expand description
XMP metadata reader.
Implementations§
Auto Trait Implementations§
impl Freeze for XmpReader
impl RefUnwindSafe for XmpReader
impl Send for XmpReader
impl Sync for XmpReader
impl Unpin for XmpReader
impl UnsafeUnpin for XmpReader
impl UnwindSafe for XmpReader
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