Struct endbasic_std::storage::FileAcls [−][src]
Expand description
Describes the ACLs of a file.
Fields
readers: Vec<String>List of principals that are allowed to read the file.
Implementations
Extends this set of ACLs with the given readers.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FileAcls
impl UnwindSafe for FileAcls
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more