pub struct FtSortBy { /* private fields */ }
Available on crate feature
redis-search
only.Expand description
option for the sortby
aggregate option
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FtSortBy
impl RefUnwindSafe for FtSortBy
impl Send for FtSortBy
impl Sync for FtSortBy
impl Unpin for FtSortBy
impl UnwindSafe for FtSortBy
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