pub struct TarEntry<ObjectID: FsVerityHashValue> {
pub path: PathBuf,
pub stat: Stat,
pub item: TarItem<ObjectID>,
}Fields§
§path: PathBuf§stat: Stat§item: TarItem<ObjectID>Trait Implementations§
Auto Trait Implementations§
impl<ObjectID> !Freeze for TarEntry<ObjectID>
impl<ObjectID> !RefUnwindSafe for TarEntry<ObjectID>
impl<ObjectID> !Sync for TarEntry<ObjectID>
impl<ObjectID> Send for TarEntry<ObjectID>
impl<ObjectID> Unpin for TarEntry<ObjectID>
impl<ObjectID> UnsafeUnpin for TarEntry<ObjectID>where
ObjectID: UnsafeUnpin,
impl<ObjectID> UnwindSafe for TarEntry<ObjectID>where
ObjectID: UnwindSafe,
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