#[repr(i32)]pub enum TreeSort {
None = 0,
Ascending = 1,
Descending = 2,
}
Expand description
Defines the Tree sort order
Variants§
Trait Implementations§
impl Copy for TreeSort
impl Eq for TreeSort
impl StructuralPartialEq for TreeSort
Auto Trait Implementations§
impl Freeze for TreeSort
impl RefUnwindSafe for TreeSort
impl Send for TreeSort
impl Sync for TreeSort
impl Unpin for TreeSort
impl UnwindSafe for TreeSort
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