Fields
mailbox: Cow<'a, str>acls: Vec<AclEntry<'a>>Implementations
sourceimpl<'a> Acl<'a>
impl<'a> Acl<'a>
pub fn into_owned(self) -> Acl<'static>
Trait Implementations
impl<'a> Eq for Acl<'a>
impl<'a> StructuralEq for Acl<'a>
impl<'a> StructuralPartialEq for Acl<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Acl<'a>
impl<'a> Send for Acl<'a>
impl<'a> Sync for Acl<'a>
impl<'a> Unpin for Acl<'a>
impl<'a> UnwindSafe for Acl<'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