Struct codeviz_rust::FileSpec
[−]
[src]
pub struct FileSpec {
pub elements: Elements,
}Fields
elements: Elements
Methods
impl FileSpec[src]
fn new() -> FileSpec[src]
fn push<E>(&mut self, element: E) where
E: Into<Element>, [src]
E: Into<Element>,
fn format<W>(&self, out: &mut W) -> Result<()> where
W: Write, [src]
W: Write,
Trait Implementations
impl Debug for FileSpec[src]
impl Clone for FileSpec[src]
fn clone(&self) -> FileSpec[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more