Enum vkrs::api::ReportReason [] [src]

#[repr(u8)]
pub enum ReportReason { Spam, ChildPorn, Extremism, Violence, Drugs, AdultOnly, Offence, }

Variants

Trait Implementations

impl Copy for ReportReason
[src]

impl Clone for ReportReason
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for ReportReason
[src]

impl PartialEq for ReportReason
[src]

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

This method tests for !=.

impl Debug for ReportReason
[src]

Formats the value using the given formatter.

impl Default for ReportReason
[src]

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

impl AsRef<str> for ReportReason
[src]

Performs the conversion.