pub struct EmbeddedChunk {
pub chunk: Chunk,
pub embedding: Vec<f32>,
}Fields§
§chunk: Chunk§embedding: Vec<f32>Auto Trait Implementations§
impl Freeze for EmbeddedChunk
impl RefUnwindSafe for EmbeddedChunk
impl Send for EmbeddedChunk
impl Sync for EmbeddedChunk
impl Unpin for EmbeddedChunk
impl UnsafeUnpin for EmbeddedChunk
impl UnwindSafe for EmbeddedChunk
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