pub struct ExifToolBuilder { /* private fields */ }Expand description
ExifTool 构建器
Implementations§
Source§impl ExifToolBuilder
impl ExifToolBuilder
Sourcepub fn executable<P: Into<PathBuf>>(self, path: P) -> Self
pub fn executable<P: Into<PathBuf>>(self, path: P) -> Self
指定 exiftool 可执行文件路径
Sourcepub fn response_timeout(self, timeout: Duration) -> Self
pub fn response_timeout(self, timeout: Duration) -> Self
设置响应超时
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExifToolBuilder
impl RefUnwindSafe for ExifToolBuilder
impl Send for ExifToolBuilder
impl Sync for ExifToolBuilder
impl Unpin for ExifToolBuilder
impl UnsafeUnpin for ExifToolBuilder
impl UnwindSafe for ExifToolBuilder
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