Struct codeviz::python::Elements
[−]
[src]
pub struct Elements {
pub elements: Vec<ElementSpec>,
}Fields
elements: Vec<ElementSpec>
Methods
impl Elements[src]
fn new() -> Elements
fn push<E>(&mut self, element: E) where
E: Into<ElementSpec>,
E: Into<ElementSpec>,
fn push_nested<E>(&mut self, element: E) where
E: Into<ElementSpec>,
E: Into<ElementSpec>,
fn is_empty(&self) -> bool
fn join<S>(self, separator: S) -> Elements where
S: Into<ElementSpec> + Clone,
S: Into<ElementSpec> + Clone,
Trait Implementations
impl Debug for Elements[src]
impl Clone for Elements[src]
fn clone(&self) -> Elements
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Imports for Elements[src]
fn imports<I>(&self, receiver: &mut I) where
I: ImportReceiver,
I: ImportReceiver,