pub struct TableSlot<T: Table, N: Nullability>(/* private fields */);Expand description
One occurrence of a table in the scope list: table T, with the
nullability N its join gave it.
Auto Trait Implementations§
impl<T, N> Freeze for TableSlot<T, N>
impl<T, N> RefUnwindSafe for TableSlot<T, N>
impl<T, N> Send for TableSlot<T, N>
impl<T, N> Sync for TableSlot<T, N>
impl<T, N> Unpin for TableSlot<T, N>
impl<T, N> UnsafeUnpin for TableSlot<T, N>
impl<T, N> UnwindSafe for TableSlot<T, N>
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