pub enum StatSort {
Time,
Tokens,
Credits,
Calls,
Sessions,
}Variants§
Trait Implementations§
impl Copy for StatSort
impl Eq for StatSort
impl StructuralPartialEq for StatSort
Auto Trait Implementations§
impl Freeze for StatSort
impl RefUnwindSafe for StatSort
impl Send for StatSort
impl Sync for StatSort
impl Unpin for StatSort
impl UnsafeUnpin for StatSort
impl UnwindSafe for StatSort
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