pub enum QueriesSortBy {
TotalImpact,
IOImpact,
CPUImpact,
MemoryImpact,
TimeImpact,
NetworkImpact,
}Variants§
Trait Implementations§
Source§impl Clone for QueriesSortBy
impl Clone for QueriesSortBy
Source§fn clone(&self) -> QueriesSortBy
fn clone(&self) -> QueriesSortBy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueriesSortBy
impl Debug for QueriesSortBy
Source§impl ValueEnum for QueriesSortBy
impl ValueEnum for QueriesSortBy
Auto Trait Implementations§
impl Freeze for QueriesSortBy
impl RefUnwindSafe for QueriesSortBy
impl Send for QueriesSortBy
impl Sync for QueriesSortBy
impl Unpin for QueriesSortBy
impl UnsafeUnpin for QueriesSortBy
impl UnwindSafe for QueriesSortBy
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