Struct weedle::common::Generics [] [src]

pub struct Generics<T> {
    pub open_angle: LessThan,
    pub body: T,
    pub close_angle: GreaterThan,
}

Parses < body >

Fields

Trait Implementations

impl<T: Debug> Debug for Generics<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for Generics<T>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<T: Parse> Parse for Generics<T>
[src]

Auto Trait Implementations

impl<T> Send for Generics<T> where
    T: Send

impl<T> Sync for Generics<T> where
    T: Sync