Struct stager::builder::Symlink [] [src]

pub struct Symlink {
    pub target: PathBuf,
    pub rename: String,
    pub access: Vec<Access>,
}

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

Fields

The literal path for the target to point to.

Specifies the name the symlink should be given. Default is the filename of the target.

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 ActionBuilder for Symlink
[src]

[src]

Auto Trait Implementations

impl Send for Symlink

impl Sync for Symlink