Struct codeviz_common::Elements [] [src]

pub struct Elements<Var> where
    Var: VariableFormat
{ pub elements: Vec<Element<Var>>, }

Fields

Methods

impl<Var> Elements<Var> where
    Var: VariableFormat
[src]

Trait Implementations

impl<Var: Debug> Debug for Elements<Var> where
    Var: VariableFormat
[src]

Formats the value using the given formatter.

impl<Var: Clone> Clone for Elements<Var> where
    Var: VariableFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more