Struct algorithmia::data::DataAcl [] [src]

pub struct DataAcl {
    pub read: Vec<String>,
    // some fields omitted
}

ACL that indicates permissions for a DataDir See also: ReadAcl enum to construct a DataACL

Fields

Read ACL

Trait Implementations

impl Debug for DataAcl
[src]

Formats the value using the given formatter.

impl Default for DataAcl
[src]

Returns the "default value" for a type. Read more

impl From<ReadAcl> for DataAcl
[src]

Performs the conversion.