Enum vkrs::api::SortOrder [] [src]

pub enum SortOrder {
    Asc,
    Desc,
}

Variants

Trait Implementations

impl Copy for SortOrder
[src]

impl Clone for SortOrder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SortOrder
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SortOrder
[src]

impl Debug for SortOrder
[src]

Formats the value using the given formatter.

impl AsRef<str> for SortOrder
[src]

Performs the conversion.

impl FromStr for SortOrder
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Deserialize for SortOrder
[src]

Deserialize this value given this Deserializer.

impl Default for SortOrder
[src]

Returns the "default value" for a type. Read more