Struct anitomy_sys::Element[][src]

pub struct Element {
    pub category: ElementCategory,
    pub value: String,
}

An element parsed from a filename by Anitomy.

Fields

The category of the element.

The value of the element.

Trait Implementations

impl Debug for Element
[src]

Formats the value using the given formatter. Read more

impl Clone for Element
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Element
[src]

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

This method tests for !=.

impl Eq for Element
[src]

Auto Trait Implementations

impl Send for Element

impl Sync for Element