Enum vkrs::video::CatalogItemKind [] [src]

pub enum CatalogItemKind {
    Video,
    Album,
}

Variants

Trait Implementations

impl Copy for CatalogItemKind
[src]

impl Clone for CatalogItemKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CatalogItemKind
[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 CatalogItemKind
[src]

impl Debug for CatalogItemKind
[src]

Formats the value using the given formatter.

impl AsRef<str> for CatalogItemKind
[src]

Performs the conversion.

impl FromStr for CatalogItemKind
[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 CatalogItemKind
[src]

Deserialize this value given this Deserializer.