Struct webidl_parser::ast::Definition [] [src]

pub struct Definition {
    pub definition_type: DefinitionType,
    pub extended_attributes: Vec<Box<ExtendedAttribute>>,
}

Fields

Trait Implementations

impl Clone for Definition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Definition
[src]

Formats the value using the given formatter.

impl PartialEq for Definition
[src]

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

This method tests for !=.