Expand description
Enum container for batch operations on the database.
Variants
Insert(P, V)
Delete(P, V::Id)
Trait Implementations
Auto Trait Implementations
impl<P, V> RefUnwindSafe for Row<P, V> where
P: RefUnwindSafe,
V: RefUnwindSafe,
<V as Value>::Id: RefUnwindSafe,
impl<P, V> Send for Row<P, V>
impl<P, V> Sync for Row<P, V>
impl<P, V> Unpin for Row<P, V> where
P: Unpin,
V: Unpin,
<V as Value>::Id: Unpin,
impl<P, V> UnwindSafe for Row<P, V> where
P: UnwindSafe,
V: UnwindSafe,
<V as Value>::Id: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more