Struct weedle::interface::MaplikeInterfaceMember [] [src]

pub struct MaplikeInterfaceMember {
    pub attributes: Option<ExtendedAttributeList>,
    pub readonly: Option<ReadOnly>,
    pub maplike: Maplike,
    pub generics: Generics<(AttributedType, Comma, AttributedType)>,
    pub semi_colon: SemiColon,
}

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

Fields

Trait Implementations

impl Debug for MaplikeInterfaceMember
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations