Struct stager::builder::Access [] [src]

pub struct Access {
    pub op: String,
}

Fields

Specifies permissions to be applied to the file.

Trait Implementations

impl Clone for Access
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Access
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Access

impl Sync for Access