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.
Variants
GShow "G"-rated images only.
PgShow "PG"-rated images or lower only.
RShow "R"-rated images or lower only.
XShow all images, up to and including "X"-rated ones.
Trait Implementations
impl Clone for Rating[src]
fn clone(&self) -> Rating
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more