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