pub enum AclEntryScope {
Access,
Default,
}
Variants§
Trait Implementations§
Source§impl Clone for AclEntryScope
impl Clone for AclEntryScope
Source§fn clone(&self) -> AclEntryScope
fn clone(&self) -> AclEntryScope
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 AclEntryScope
impl Debug for AclEntryScope
Source§impl Display for AclEntryScope
impl Display for AclEntryScope
Source§impl From<&str> for AclEntryScope
impl From<&str> for AclEntryScope
Source§impl From<String> for AclEntryScope
impl From<String> for AclEntryScope
Source§impl PartialEq for AclEntryScope
impl PartialEq for AclEntryScope
impl StructuralPartialEq for AclEntryScope
Auto Trait Implementations§
impl Freeze for AclEntryScope
impl RefUnwindSafe for AclEntryScope
impl Send for AclEntryScope
impl Sync for AclEntryScope
impl Unpin for AclEntryScope
impl UnwindSafe for AclEntryScope
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