pub enum StSortBy {
Value,
CellColor,
FontColor,
Icon,
}Expand description
18.18.72
Variants§
Trait Implementations§
impl Eq for StSortBy
impl StructuralPartialEq for StSortBy
Auto Trait Implementations§
impl Freeze for StSortBy
impl RefUnwindSafe for StSortBy
impl Send for StSortBy
impl Sync for StSortBy
impl Unpin for StSortBy
impl UnsafeUnpin for StSortBy
impl UnwindSafe for StSortBy
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