pub enum AclTag {
UserObj,
User,
GroupObj,
Group,
Mask,
Other,
Invalid,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for AclTag
impl Eq for AclTag
impl StructuralPartialEq for AclTag
Auto Trait Implementations§
impl Freeze for AclTag
impl RefUnwindSafe for AclTag
impl Send for AclTag
impl Sync for AclTag
impl Unpin for AclTag
impl UnwindSafe for AclTag
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