Struct parallel_disk_usage::reporter::error_report::ErrorReport [−][src]
Expand description
Information regarding a filesystem error.
Fields
operation: Operation
Operation that caused the error.
path: &'a Path
Path where the error occurred.
error: Error
The error.
Implementations
Prints error message in form of a line of text to stderr.
Do nothing.
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ErrorReport<'a>
impl<'a> Send for ErrorReport<'a>
impl<'a> Sync for ErrorReport<'a>
impl<'a> Unpin for ErrorReport<'a>
impl<'a> !UnwindSafe for ErrorReport<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Apply f
to self
. Read more
Apply f
to &self
. Read more
Apply f
to &mut self
. Read more
Apply f
to &self
where f
takes a single parameter of type Param
and Self
implements trait AsRef<Param>
. Read more
Apply f
to &mut self
where f
takes a single parameter of type Param
and Self
implements trait AsMut<Param>
. Read more
Apply f
to &self
where f
takes a single parameter of type Param
and Self
implements trait Deref<Param>
. Read more
Apply f
to &mut self
where f
takes a single parameter of type Param
and Self
implements trait DerefMut<Param>
. Read more
Apply f
to &self
where f
takes a single parameter of type Param
and Self
implements trait Deref<Param>
. Read more
Apply f
to &mut self
where f
takes a single parameter of type Param
and Self
implements trait DerefMut<Param>
. Read more