Fields
identifier: Cow<'a, str>rights: Vec<AclRight>Implementations
sourceimpl<'a> AclEntry<'a>
impl<'a> AclEntry<'a>
pub fn into_owned(self) -> AclEntry<'static>
Trait Implementations
impl<'a> Eq for AclEntry<'a>
impl<'a> StructuralEq for AclEntry<'a>
impl<'a> StructuralPartialEq for AclEntry<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for AclEntry<'a>
impl<'a> Send for AclEntry<'a>
impl<'a> Sync for AclEntry<'a>
impl<'a> Unpin for AclEntry<'a>
impl<'a> UnwindSafe for AclEntry<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more