pub struct BatchQueryBuilder<'et> { /* private fields */ }Expand description
批量查询构建器
Implementations§
Source§impl<'et> BatchQueryBuilder<'et>
impl<'et> BatchQueryBuilder<'et>
Sourcepub fn include_unknown(self, yes: bool) -> Self
pub fn include_unknown(self, yes: bool) -> Self
包含未知标签
Sourcepub fn include_duplicates(self, yes: bool) -> Self
pub fn include_duplicates(self, yes: bool) -> Self
包含重复标签
Sourcepub fn raw_values(self, yes: bool) -> Self
pub fn raw_values(self, yes: bool) -> Self
显示原始数值
Sourcepub fn group_by_category(self, yes: bool) -> Self
pub fn group_by_category(self, yes: bool) -> Self
按类别分组
添加多个标签查询
Sourcepub fn coord_format(self, format: impl Into<String>) -> Self
pub fn coord_format(self, format: impl Into<String>) -> Self
设置 GPS 坐标格式
Sourcepub fn date_format(self, format: impl Into<String>) -> Self
pub fn date_format(self, format: impl Into<String>) -> Self
设置日期/时间格式
Sourcepub fn scan_for_xmp(self, yes: bool) -> Self
pub fn scan_for_xmp(self, yes: bool) -> Self
强制扫描 XMP 数据
Sourcepub fn api_option(
self,
opt: impl Into<String>,
value: Option<impl Into<String>>,
) -> Self
pub fn api_option( self, opt: impl Into<String>, value: Option<impl Into<String>>, ) -> Self
设置 API 选项
Sourcepub fn user_param(
self,
param: impl Into<String>,
value: Option<impl Into<String>>,
) -> Self
pub fn user_param( self, param: impl Into<String>, value: Option<impl Into<String>>, ) -> Self
设置用户参数
Sourcepub fn print_format(self, format: impl Into<String>) -> Self
pub fn print_format(self, format: impl Into<String>) -> Self
设置自定义打印格式
Auto Trait Implementations§
impl<'et> Freeze for BatchQueryBuilder<'et>
impl<'et> RefUnwindSafe for BatchQueryBuilder<'et>
impl<'et> Send for BatchQueryBuilder<'et>
impl<'et> Sync for BatchQueryBuilder<'et>
impl<'et> Unpin for BatchQueryBuilder<'et>
impl<'et> UnsafeUnpin for BatchQueryBuilder<'et>
impl<'et> UnwindSafe for BatchQueryBuilder<'et>
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