pub struct Chunk {
pub id: String,
pub event_id: String,
pub chunk_index: i64,
pub content: String,
pub start_offset: i64,
pub end_offset: i64,
}Fields§
§id: String§event_id: String§chunk_index: i64§content: String§start_offset: i64§end_offset: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Chunk
impl RefUnwindSafe for Chunk
impl Send for Chunk
impl Sync for Chunk
impl Unpin for Chunk
impl UnwindSafe for Chunk
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