pub enum MetersSorting {
CreatedAt,
CreatedAtDesc,
Name,
NameDesc,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetersSorting
impl RefUnwindSafe for MetersSorting
impl Send for MetersSorting
impl Sync for MetersSorting
impl Unpin for MetersSorting
impl UnwindSafe for MetersSorting
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