pub struct UpsertRowsConclusivelyRichResult {
pub upsert_result: RowsUpsertResultCorrect,
pub rows: Vec<RichRow>,
}Fields§
§upsert_result: RowsUpsertResultCorrect§rows: Vec<RichRow>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpsertRowsConclusivelyRichResult
impl RefUnwindSafe for UpsertRowsConclusivelyRichResult
impl Send for UpsertRowsConclusivelyRichResult
impl Sync for UpsertRowsConclusivelyRichResult
impl Unpin for UpsertRowsConclusivelyRichResult
impl UnwindSafe for UpsertRowsConclusivelyRichResult
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