Struct stager::de::SourceFiles [] [src]

pub struct SourceFiles { /* fields omitted */ }

Specifies a collection of files to be staged into the target directory.

Trait Implementations

impl Clone for SourceFiles
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SourceFiles
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for SourceFiles
[src]

impl PartialEq for SourceFiles
[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 Render for SourceFiles
[src]

Auto Trait Implementations

impl Send for SourceFiles

impl Sync for SourceFiles