pub struct FileCaptured {
pub files: Vec<FileCapturedPerFile>,
}Fields§
§files: Vec<FileCapturedPerFile>Trait Implementations§
Source§impl Captured for FileCaptured
impl Captured for FileCaptured
Auto Trait Implementations§
impl Freeze for FileCaptured
impl RefUnwindSafe for FileCaptured
impl Send for FileCaptured
impl Sync for FileCaptured
impl Unpin for FileCaptured
impl UnwindSafe for FileCaptured
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