pub struct GridSort {
pub column: String,
pub direction: GridSortDirection,
}Expand description
Active grid sort definition.
Fields§
§column: String§direction: GridSortDirectionTrait Implementations§
Source§impl<'de> Deserialize<'de> for GridSort
impl<'de> Deserialize<'de> for GridSort
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for GridSort
impl StructuralPartialEq for GridSort
Auto Trait Implementations§
impl Freeze for GridSort
impl RefUnwindSafe for GridSort
impl Send for GridSort
impl Sync for GridSort
impl Unpin for GridSort
impl UnsafeUnpin for GridSort
impl UnwindSafe for GridSort
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