pub struct UpsertResult {
pub created_count: u32,
pub updated_count: u32,
}
Fields§
§created_count: u32
§updated_count: u32
Trait Implementations§
Source§impl Debug for UpsertResult
impl Debug for UpsertResult
Auto Trait Implementations§
impl Freeze for UpsertResult
impl RefUnwindSafe for UpsertResult
impl Send for UpsertResult
impl Sync for UpsertResult
impl Unpin for UpsertResult
impl UnwindSafe for UpsertResult
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