pub struct UpsertRecordsResponse {
pub version: u64,
pub results: Vec<UpsertResultDto>,
}Fields§
§version: u64§results: Vec<UpsertResultDto>Trait Implementations§
Source§impl Debug for UpsertRecordsResponse
impl Debug for UpsertRecordsResponse
Source§impl<'de> Deserialize<'de> for UpsertRecordsResponse
impl<'de> Deserialize<'de> for UpsertRecordsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UpsertRecordsResponse
impl RefUnwindSafe for UpsertRecordsResponse
impl Send for UpsertRecordsResponse
impl Sync for UpsertRecordsResponse
impl Unpin for UpsertRecordsResponse
impl UnsafeUnpin for UpsertRecordsResponse
impl UnwindSafe for UpsertRecordsResponse
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