pub struct ChunkRow {
pub repo: String,
pub path: String,
pub start_line: u32,
pub content: String,
}Expand description
A chunk row materialized for output.
Fields§
§repo: String§path: String§start_line: u32§content: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ChunkRow
impl RefUnwindSafe for ChunkRow
impl Send for ChunkRow
impl Sync for ChunkRow
impl Unpin for ChunkRow
impl UnsafeUnpin for ChunkRow
impl UnwindSafe for ChunkRow
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