pub enum CollectionMintsSortBy {
Show 16 variants
LastSaleAsc,
LastSaleDesc,
ListedTimeDesc,
ListingPriceAsc,
ListingPriceDesc,
OrdinalAsc,
OrdinalDesc,
RankHrttAsc,
RankHrttDesc,
RankStatAsc,
RankStatDesc,
RankTeamAsc,
RankTeamDesc,
RankTnAsc,
RankTnDesc,
Other(String),
}Variants§
LastSaleAsc
LastSaleDesc
ListedTimeDesc
ListingPriceAsc
ListingPriceDesc
OrdinalAsc
OrdinalDesc
RankHrttAsc
RankHrttDesc
RankStatAsc
RankStatDesc
RankTeamAsc
RankTeamDesc
RankTnAsc
RankTnDesc
Other(String)
Trait Implementations§
source§impl Debug for CollectionMintsSortBy
impl Debug for CollectionMintsSortBy
source§impl Default for CollectionMintsSortBy
impl Default for CollectionMintsSortBy
source§impl<'de> Deserialize<'de> for CollectionMintsSortBy
impl<'de> Deserialize<'de> for CollectionMintsSortBy
source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CollectionMintsSortBy
impl Send for CollectionMintsSortBy
impl Sync for CollectionMintsSortBy
impl Unpin for CollectionMintsSortBy
impl UnwindSafe for CollectionMintsSortBy
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