Struct stager::de::Staging [] [src]

pub struct Staging(_);

For each stage target, a list of sources to populate it with.

The target is an absolute path, treating the stage as the root. The target supports template formatting.

Trait Implementations

impl Clone for Staging
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Staging
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Staging
[src]

impl PartialEq for Staging
[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 Default for Staging
[src]

[src]

Returns the "default value" for a type. Read more

impl Render for Staging
[src]

[src]

Auto Trait Implementations

impl Send for Staging

impl Sync for Staging