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
按类别分组
添加多个标签查询
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