Struct weedle::interface::DoubleTypedIterable [] [src]

pub struct DoubleTypedIterable {
    pub attributes: Option<ExtendedAttributeList>,
    pub iterable: Iterable,
    pub generics: Generics<(AttributedType, Comma, AttributedType)>,
    pub semi_colon: SemiColon,
}

Parses an iterable declaration [attributes]? iterable<attributedtype, attributedtype>;

Fields

Trait Implementations

impl Debug for DoubleTypedIterable
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations