pub struct AclEntry { /* private fields */ }
Implementations§
Source§impl AclEntry
impl AclEntry
pub fn check_valid(&self) -> Result<(), AclError>
pub fn copy_to(&self, dest: &mut AclEntry) -> Result<(), AclError>
pub fn get_permset(&self) -> Result<AclPermSet, AclError>
pub fn set_permset(&mut self, permset: &AclPermSet) -> Result<(), AclError>
pub fn get_tag_type(&self) -> Result<AclTag, AclError>
pub fn set_tag_type(&mut self, tag_type: &AclTag) -> Result<(), AclError>
pub fn get_qualifier(&self) -> Result<Qualifier, AclError>
pub fn set_qualifier(&mut self, qual: &Qualifier) -> Result<(), AclError>
Trait Implementations§
impl Eq for AclEntry
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