pub struct FileContentEntry {
pub scope_id: String,
pub root_id: String,
pub path: String,
pub relative_path: String,
pub fingerprint: String,
pub content_hash: String,
pub indexed_at_ms: u64,
pub graph_version: u64,
pub chunks: Vec<FileContentChunk>,
pub skipped_reason: Option<String>,
}Expand description
Content read-model record produced by a bounded scan.
Fields§
§scope_id: String§root_id: String§path: String§relative_path: String§fingerprint: String§content_hash: String§indexed_at_ms: u64§graph_version: u64§chunks: Vec<FileContentChunk>§skipped_reason: Option<String>Trait Implementations§
Source§impl Clone for FileContentEntry
impl Clone for FileContentEntry
Source§fn clone(&self) -> FileContentEntry
fn clone(&self) -> FileContentEntry
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 moreSource§impl Debug for FileContentEntry
impl Debug for FileContentEntry
impl Eq for FileContentEntry
Source§impl PartialEq for FileContentEntry
impl PartialEq for FileContentEntry
impl StructuralPartialEq for FileContentEntry
Auto Trait Implementations§
impl Freeze for FileContentEntry
impl RefUnwindSafe for FileContentEntry
impl Send for FileContentEntry
impl Sync for FileContentEntry
impl Unpin for FileContentEntry
impl UnsafeUnpin for FileContentEntry
impl UnwindSafe for FileContentEntry
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.