pub struct FtGroupBy {
pub fields: Vec<String>,
pub reducers: Vec<(FtReducer, Option<String>)>,
}Expand description
FT.AGGREGATE grouping specification. FT.AGGREGATE 分组规格
Fields§
§fields: Vec<String>§reducers: Vec<(FtReducer, Option<String>)>Trait Implementations§
impl StructuralPartialEq for FtGroupBy
Auto Trait Implementations§
impl Freeze for FtGroupBy
impl RefUnwindSafe for FtGroupBy
impl Send for FtGroupBy
impl Sync for FtGroupBy
impl Unpin for FtGroupBy
impl UnsafeUnpin for FtGroupBy
impl UnwindSafe for FtGroupBy
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