pub struct RowSet<C: Copy + Default + Serialize> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<C> Freeze for RowSet<C>
impl<C> RefUnwindSafe for RowSet<C>where
C: RefUnwindSafe,
impl<C> !Send for RowSet<C>
impl<C> !Sync for RowSet<C>
impl<C> Unpin for RowSet<C>where
C: Unpin,
impl<C> UnwindSafe for RowSet<C>where
C: RefUnwindSafe + 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