Enum parallel_disk_usage::reporter::error_report::operation::Operation [−][src]
pub enum Operation {
SymlinkMetadata,
ReadDirectory,
AccessEntry,
}Expand description
Operation that caused the error
Variants
Error is caused by calling std::fs::symlink_metadata.
Error is caused by calling std::fs::read_dir.
Error when trying to access std::fs::DirEntry of one of the element of std::fs::read_dir.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl UnwindSafe for Operation
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