Struct stager::action::CreateDirectory [] [src]

pub struct CreateDirectory { /* fields omitted */ }

Specifies a staged directory to be created.

Methods

impl CreateDirectory
[src]

[src]

Trait Implementations

impl Clone for CreateDirectory
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CreateDirectory
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for CreateDirectory
[src]

[src]

Formats the value using the given formatter. Read more

impl Action for CreateDirectory
[src]

[src]

Auto Trait Implementations