pub struct ExifField {
pub tag: String,
pub val: String,
}Fields§
§tag: String§val: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ExifField
impl RefUnwindSafe for ExifField
impl Send for ExifField
impl Sync for ExifField
impl Unpin for ExifField
impl UnsafeUnpin for ExifField
impl UnwindSafe for ExifField
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