pub struct zvec_doc_t { /* private fields */ }Expand description
Opaque pointer to a document instance. Represents a single record with fields and values in a collection.
Auto Trait Implementations§
impl Freeze for zvec_doc_t
impl RefUnwindSafe for zvec_doc_t
impl Send for zvec_doc_t
impl Sync for zvec_doc_t
impl Unpin for zvec_doc_t
impl UnsafeUnpin for zvec_doc_t
impl UnwindSafe for zvec_doc_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