Enum parallel_disk_usage::reporter::event::Event [−][src]
pub enum Event<'a, Data: Size> { ReceiveData(Data), EncounterError(ErrorReport<'a>), }
Expand description
Report trigger event.
Variants
EncounterError(ErrorReport<'a>)Trait Implementations
Auto Trait Implementations
impl<'a, Data> !RefUnwindSafe for Event<'a, Data>
impl<'a, Data> !UnwindSafe for Event<'a, Data>
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