Enum bestbuy::Sort[][src]

pub enum Sort<K: Serialize> {
    Asc(K),
    Desc(K),
}

Variants

Trait Implementations

impl<K: Serialize> Serialize for Sort<K>
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl<K> Send for Sort<K> where
    K: Send

impl<K> Sync for Sort<K> where
    K: Sync