Struct afm::Composite [] [src]

pub struct Composite {
    pub name: String,
    pub parts: Vec<CompositePart>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.