Struct item::Generics [] [src]

pub struct Generics {
    pub lifetimes: Vec<LifetimeDef>,
    pub ty_params: Vec<TyParam>,
    pub where_clause: Vec<WherePredicate>,
}

Fields

Trait Implementations

impl ToTokens for Generics
[src]

impl Default for Generics
[src]

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

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

impl Clone for Generics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Generics
[src]

Formats the value using the given formatter.