Struct uml_parser::UMLTokens [] [src]

pub struct UMLTokens {
    pub tokens: Vec<UMLToken>,
}

Fields

Methods

impl UMLTokens
[src]

Trait Implementations

impl Display for UMLTokens
[src]

Formats the value using the given formatter. Read more

impl Debug for UMLTokens
[src]

Formats the value using the given formatter.

impl Clone for UMLTokens
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UMLTokens
[src]

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

This method tests for !=.