pub struct SortModelItem {
pub col_id: String,
pub sort: SortDirection,
}Expand description
Details of how to sort the requested data.
Fields§
§col_id: StringWhich column to sort.
sort: SortDirectionHow the column should be sorted.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SortModelItem
impl RefUnwindSafe for SortModelItem
impl Send for SortModelItem
impl Sync for SortModelItem
impl Unpin for SortModelItem
impl UnwindSafe for SortModelItem
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