pub struct ArchiveFiles {
pub warc: PathBuf,
pub parsed: PathBuf,
}
Fields§
§warc: PathBuf
§parsed: PathBuf
Auto Trait Implementations§
impl Freeze for ArchiveFiles
impl RefUnwindSafe for ArchiveFiles
impl Send for ArchiveFiles
impl Sync for ArchiveFiles
impl Unpin for ArchiveFiles
impl UnwindSafe for ArchiveFiles
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