pub enum AclEntryType {
User,
Group,
Mask,
Other,
}
Variants§
Trait Implementations§
Source§impl Clone for AclEntryType
impl Clone for AclEntryType
Source§fn clone(&self) -> AclEntryType
fn clone(&self) -> AclEntryType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AclEntryType
impl Debug for AclEntryType
Source§impl Display for AclEntryType
impl Display for AclEntryType
Source§impl From<&str> for AclEntryType
impl From<&str> for AclEntryType
Source§impl From<String> for AclEntryType
impl From<String> for AclEntryType
Source§impl PartialEq for AclEntryType
impl PartialEq for AclEntryType
impl StructuralPartialEq for AclEntryType
Auto Trait Implementations§
impl Freeze for AclEntryType
impl RefUnwindSafe for AclEntryType
impl Send for AclEntryType
impl Sync for AclEntryType
impl Unpin for AclEntryType
impl UnwindSafe for AclEntryType
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