pub struct Entry<'p> {
pub path: &'p Path,
pub mtime: i64,
pub hash: Hash,
pub size: u64,
}Fields§
§path: &'p Path§mtime: i64§hash: Hash§size: u64Trait Implementations§
impl<'p> Eq for Entry<'p>
impl<'p> StructuralPartialEq for Entry<'p>
Auto Trait Implementations§
impl<'p> Freeze for Entry<'p>
impl<'p> RefUnwindSafe for Entry<'p>
impl<'p> Send for Entry<'p>
impl<'p> Sync for Entry<'p>
impl<'p> Unpin for Entry<'p>
impl<'p> UnsafeUnpin for Entry<'p>
impl<'p> UnwindSafe for Entry<'p>
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