pub struct AclEntry {
pub type: AclEntryType,
pub scope: AclEntryScope,
pub permissions: FsAction,
pub name: Option<String>,
}
Fields§
§type: AclEntryType
§scope: AclEntryScope
§permissions: FsAction
§name: Option<String>
Implementations§
Trait Implementations§
Source§impl FromIterator<AclEntry> for Vec<AclEntryProto>
impl FromIterator<AclEntry> for Vec<AclEntryProto>
impl StructuralPartialEq for AclEntry
Auto Trait Implementations§
impl Freeze for AclEntry
impl RefUnwindSafe for AclEntry
impl Send for AclEntry
impl Sync for AclEntry
impl Unpin for AclEntry
impl UnwindSafe for AclEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more