Struct stager::action::Symlink [] [src]

pub struct Symlink { /* fields omitted */ }

Specifies a symbolic link file to be staged into the target directory.

Methods

impl Symlink
[src]

[src]

Trait Implementations

impl Clone for Symlink
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Symlink
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Symlink
[src]

[src]

Formats the value using the given formatter. Read more

impl Action for Symlink
[src]

[src]

Auto Trait Implementations

impl Send for Symlink

impl Sync for Symlink