[−][src]Struct compiledfiles::FileInfo
Basic information stored for each source file. Only the path is required.
Fields
path: PathBufRecorded path to the source file
size: Option<u64>Size of the source file in bytes
timestamp: Option<u64>Last modified timestamp of the source file
checksum: Option<FileCheckSum>Checksum of the source file
Trait Implementations
impl Debug for FileInfo[src]
impl Eq for FileInfo[src]
impl Ord for FileInfo[src]
fn cmp(&self, other: &Self) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> Self1.21.0[src]
fn clamp(self, min: Self, max: Self) -> Self[src]
impl PartialEq<FileInfo> for FileInfo[src]
impl PartialOrd<FileInfo> for FileInfo[src]
fn partial_cmp(&self, other: &FileInfo) -> Option<Ordering>[src]
fn lt(&self, other: &FileInfo) -> bool[src]
fn le(&self, other: &FileInfo) -> bool[src]
fn gt(&self, other: &FileInfo) -> bool[src]
fn ge(&self, other: &FileInfo) -> bool[src]
impl StructuralEq for FileInfo[src]
impl StructuralPartialEq for FileInfo[src]
Auto Trait Implementations
impl RefUnwindSafe for FileInfo
impl Send for FileInfo
impl Sync for FileInfo
impl Unpin for FileInfo
impl UnwindSafe for FileInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,