pub struct SortItem {
pub expr: Expr,
pub dir: SortDir,
}Fields§
§expr: Expr§dir: SortDirTrait Implementations§
impl StructuralPartialEq for SortItem
Auto Trait Implementations§
impl Freeze for SortItem
impl RefUnwindSafe for SortItem
impl Send for SortItem
impl Sync for SortItem
impl Unpin for SortItem
impl UnsafeUnpin for SortItem
impl UnwindSafe for SortItem
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