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