Enum vkrs::users::ReportKind [] [src]

pub enum ReportKind {
    Porn,
    Spam,
    Insult,
    Ads,
}

Variants

Trait Implementations

impl Copy for ReportKind
[src]

impl Clone for ReportKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Debug for ReportKind
[src]

Formats the value using the given formatter.

impl AsRef<str> for ReportKind
[src]

Performs the conversion.

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

Deserialize this value given this Deserializer.