#[repr(C)]pub struct PermMut<'a, I, E: Entity> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'a, I, E> RefUnwindSafe for PermMut<'a, I, E>where E: RefUnwindSafe, I: RefUnwindSafe,
impl<'a, I, E> Send for PermMut<'a, I, E>where I: Send,
impl<'a, I, E> Sync for PermMut<'a, I, E>where I: Sync,
impl<'a, I, E> Unpin for PermMut<'a, I, E>where E: Unpin,
impl<'a, I, E> !UnwindSafe for PermMut<'a, I, E>
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