Struct codeviz::python::Elements [] [src]

pub struct Elements {
    pub elements: Vec<ElementSpec>,
}

Fields

Methods

impl Elements
[src]

Trait Implementations

impl Debug for Elements
[src]

Formats the value using the given formatter.

impl Clone for Elements
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Imports for Elements
[src]