pub struct ScanRow {
pub id: i64,
pub vector: Vec<u8>,
pub metadata: Vec<Option<Vec<u8>>>,
}Fields§
§id: i64§vector: Vec<u8>§metadata: Vec<Option<Vec<u8>>>Auto Trait Implementations§
impl Freeze for ScanRow
impl RefUnwindSafe for ScanRow
impl Send for ScanRow
impl Sync for ScanRow
impl Unpin for ScanRow
impl UnsafeUnpin for ScanRow
impl UnwindSafe for ScanRow
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