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