pub enum AclPerm {
Read,
Write,
Execute,
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for AclPerm
impl RefUnwindSafe for AclPerm
impl Send for AclPerm
impl Sync for AclPerm
impl Unpin for AclPerm
impl UnwindSafe for AclPerm
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