Enum gravatar::Rating [] [src]

pub enum Rating {
    G,
    Pg,
    R,
    X,
}

The maximum rating level for which Gravatar will show the user's image instead of the specified default.

See http://en.gravatar.com/site/implement/images/#rating.

Variants

Show "G"-rated images only.

Show "PG"-rated images or lower only.

Show "R"-rated images or lower only.

Show all images, up to and including "X"-rated ones.

Trait Implementations

impl Clone for Rating
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Rating
[src]

Formats the value using the given formatter.