Enum vkrs::account::Filter [] [src]

pub enum Filter {
    Friends,
    Messages,
    Photos,
    Videos,
    Notes,
    Gifts,
    Events,
    Groups,
    Sdk,
}

Variants

Trait Implementations

impl Copy for Filter
[src]

impl Clone for Filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for Filter
[src]

Formats the value using the given formatter.

impl AsRef<str> for Filter
[src]

Performs the conversion.

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

Deserialize this value given this Deserializer.