Struct stager::action::CopyFile [] [src]

pub struct CopyFile { /* fields omitted */ }

Specifies a file to be staged into the target directory.

Methods

impl CopyFile
[src]

[src]

Trait Implementations

impl Clone for CopyFile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CopyFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for CopyFile
[src]

[src]

Formats the value using the given formatter. Read more

impl Action for CopyFile
[src]

[src]

Auto Trait Implementations

impl Send for CopyFile

impl Sync for CopyFile