pub struct RepositoryPermission {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RepositoryPermission
impl RefUnwindSafe for RepositoryPermission
impl Send for RepositoryPermission
impl Sync for RepositoryPermission
impl Unpin for RepositoryPermission
impl UnwindSafe for RepositoryPermission
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