pub struct TableRef<T: Table> { /* private fields */ }Implementations§
Trait Implementations§
impl<T: Copy + Table> Copy for TableRef<T>
Auto Trait Implementations§
impl<T> Freeze for TableRef<T>
impl<T> RefUnwindSafe for TableRef<T>where
T: RefUnwindSafe,
impl<T> Send for TableRef<T>
impl<T> Sync for TableRef<T>
impl<T> Unpin for TableRef<T>where
T: Unpin,
impl<T> UnsafeUnpin for TableRef<T>
impl<T> UnwindSafe for TableRef<T>where
T: UnwindSafe,
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