pub enum CheckoutSessionsSorting {
CreatedAt,
CreatedAtDesc,
ExpiresAt,
ExpiresAtDesc,
Status,
StatusDesc,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckoutSessionsSorting
impl RefUnwindSafe for CheckoutSessionsSorting
impl Send for CheckoutSessionsSorting
impl Sync for CheckoutSessionsSorting
impl Unpin for CheckoutSessionsSorting
impl UnwindSafe for CheckoutSessionsSorting
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