pub struct GuardReport {
pub files: Vec<GuardFileReport>,
}Expand description
Per-file guard report for one or more requested paths.
Fields§
§files: Vec<GuardFileReport>Reports in the same order as the requested files.
Trait Implementations§
Source§impl Clone for GuardReport
impl Clone for GuardReport
Source§impl Debug for GuardReport
impl Debug for GuardReport
Auto Trait Implementations§
impl Freeze for GuardReport
impl RefUnwindSafe for GuardReport
impl Send for GuardReport
impl Sync for GuardReport
impl Unpin for GuardReport
impl UnsafeUnpin for GuardReport
impl UnwindSafe for GuardReport
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