Enum modio::mods::Rating[][src]

pub enum Rating {
    Positive,
    Negative,
}

Variants

Trait Implementations

impl Clone for Rating
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Rating
[src]

impl QueryParams for Rating
[src]

Auto Trait Implementations

impl Send for Rating

impl Sync for Rating