Enum syntax::ast::GenericArg[][src]

pub enum GenericArg {
    Lifetime(Lifetime),
    Type(P<Ty>),
}

Variants

Trait Implementations

impl Clone for GenericArg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for GenericArg
[src]

impl Decodable for GenericArg
[src]

impl Debug for GenericArg
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GenericArg

impl !Sync for GenericArg