Struct weedle::PartialInterfaceMixinDefinition [] [src]

pub struct PartialInterfaceMixinDefinition {
    pub attributes: Option<ExtendedAttributeList>,
    pub partial: Partial,
    pub interface: Interface,
    pub mixin: Mixin,
    pub identifier: Identifier,
    pub members: Parenthesized<MixinMembers>,
    pub semi_colon: SemiColon,
}

Parses [attributes]? partial interface mixin identifier { members };

Fields

Trait Implementations

impl Debug for PartialInterfaceMixinDefinition
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations