#[repr(C)]pub struct zvec_write_result_t {
pub code: zvec_error_code_t,
pub message: *const c_char,
}Expand description
Result of a write operation (insert/update/delete).
Fields§
§code: zvec_error_code_t§message: *const c_charAuto Trait Implementations§
impl !Send for zvec_write_result_t
impl !Sync for zvec_write_result_t
impl Freeze for zvec_write_result_t
impl RefUnwindSafe for zvec_write_result_t
impl Unpin for zvec_write_result_t
impl UnsafeUnpin for zvec_write_result_t
impl UnwindSafe for zvec_write_result_t
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