pub struct Sorting { /* private fields */ }Expand description
Sorting directive: the column and the order (asc or desc)
Implementations§
Trait Implementations§
source§impl FromStr for Sorting
impl FromStr for Sorting
§type Err = ParseSortingError
type Err = ParseSortingError
The associated error which can be returned from parsing.
source§impl PartialEq for Sorting
impl PartialEq for Sorting
impl Copy for Sorting
impl StructuralPartialEq for Sorting
Auto Trait Implementations§
impl Freeze for Sorting
impl RefUnwindSafe for Sorting
impl Send for Sorting
impl Sync for Sorting
impl Unpin for Sorting
impl UnwindSafe for Sorting
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