pub struct FileManifestEntry {
pub path: PathBuf,
pub path_hash: PathHash,
pub content_hash: ContentHash,
pub size: u64,
}Fields§
§path: PathBuf§path_hash: PathHash§content_hash: ContentHash§size: u64Trait Implementations§
Source§impl Clone for FileManifestEntry
impl Clone for FileManifestEntry
Source§fn clone(&self) -> FileManifestEntry
fn clone(&self) -> FileManifestEntry
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 FileManifestEntry
impl Debug for FileManifestEntry
impl Eq for FileManifestEntry
Source§impl PartialEq for FileManifestEntry
impl PartialEq for FileManifestEntry
Source§fn eq(&self, other: &FileManifestEntry) -> bool
fn eq(&self, other: &FileManifestEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FileManifestEntry
Auto Trait Implementations§
impl Freeze for FileManifestEntry
impl RefUnwindSafe for FileManifestEntry
impl Send for FileManifestEntry
impl Sync for FileManifestEntry
impl Unpin for FileManifestEntry
impl UnsafeUnpin for FileManifestEntry
impl UnwindSafe for FileManifestEntry
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
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.