pub struct FileIndexEntry {
pub scope_id: String,
pub root_id: String,
pub path: String,
pub relative_path: String,
pub file_name: String,
pub extension: Option<String>,
pub parent_dir: String,
pub size_bytes: u64,
pub modified_at_ms: u64,
pub fingerprint: String,
}Expand description
Indexed file-location record produced by a bounded scan.
Fields§
§scope_id: String§root_id: String§path: String§relative_path: String§file_name: String§extension: Option<String>§parent_dir: String§size_bytes: u64§modified_at_ms: u64§fingerprint: StringTrait Implementations§
Source§impl Clone for FileIndexEntry
impl Clone for FileIndexEntry
Source§fn clone(&self) -> FileIndexEntry
fn clone(&self) -> FileIndexEntry
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 FileIndexEntry
impl Debug for FileIndexEntry
impl Eq for FileIndexEntry
Source§impl PartialEq for FileIndexEntry
impl PartialEq for FileIndexEntry
Source§fn eq(&self, other: &FileIndexEntry) -> bool
fn eq(&self, other: &FileIndexEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FileIndexEntry
Auto Trait Implementations§
impl Freeze for FileIndexEntry
impl RefUnwindSafe for FileIndexEntry
impl Send for FileIndexEntry
impl Sync for FileIndexEntry
impl Unpin for FileIndexEntry
impl UnsafeUnpin for FileIndexEntry
impl UnwindSafe for FileIndexEntry
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.