pub struct HookDispatchReport {
pub outcome: HookRunOutcome,
pub executions: Vec<HookExecution>,
}Expand description
Complete dispatch result for one lifecycle seam.
Fields§
§outcome: HookRunOutcome§executions: Vec<HookExecution>Trait Implementations§
Source§impl Clone for HookDispatchReport
impl Clone for HookDispatchReport
Source§fn clone(&self) -> HookDispatchReport
fn clone(&self) -> HookDispatchReport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HookDispatchReport
impl Debug for HookDispatchReport
Source§impl Default for HookDispatchReport
impl Default for HookDispatchReport
Source§fn default() -> HookDispatchReport
fn default() -> HookDispatchReport
Returns the “default value” for a type. Read more
impl Eq for HookDispatchReport
Source§impl PartialEq for HookDispatchReport
impl PartialEq for HookDispatchReport
impl StructuralPartialEq for HookDispatchReport
Auto Trait Implementations§
impl Freeze for HookDispatchReport
impl RefUnwindSafe for HookDispatchReport
impl Send for HookDispatchReport
impl Sync for HookDispatchReport
impl Unpin for HookDispatchReport
impl UnsafeUnpin for HookDispatchReport
impl UnwindSafe for HookDispatchReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.