pub enum XmpFile {}Auto Trait Implementations§
impl Freeze for XmpFile
impl RefUnwindSafe for XmpFile
impl Send for XmpFile
impl Sync for XmpFile
impl Unpin for XmpFile
impl UnwindSafe for XmpFile
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