pub struct StoredChunk {
pub chunk: CodeChunk,
pub embedding: ChunkEmbedding,
}Fields§
§chunk: CodeChunk§embedding: ChunkEmbeddingTrait Implementations§
Source§impl Clone for StoredChunk
impl Clone for StoredChunk
Source§fn clone(&self) -> StoredChunk
fn clone(&self) -> StoredChunk
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StoredChunk
impl RefUnwindSafe for StoredChunk
impl Send for StoredChunk
impl Sync for StoredChunk
impl Unpin for StoredChunk
impl UnsafeUnpin for StoredChunk
impl UnwindSafe for StoredChunk
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