pub struct FileCapturedPerFile {
pub path: PathBuf,
pub copied_path: Option<PathBuf>,
pub hash: Option<String>,
}Fields§
§path: PathBuf§copied_path: Option<PathBuf>§hash: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileCapturedPerFile
impl RefUnwindSafe for FileCapturedPerFile
impl Send for FileCapturedPerFile
impl Sync for FileCapturedPerFile
impl Unpin for FileCapturedPerFile
impl UnwindSafe for FileCapturedPerFile
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