pub struct DispatchEvidence {
pub provider: String,
pub stage: String,
pub detail: String,
}Expand description
Bounded evidence for an ambiguous post-spawn outcome.
Fields§
§provider: StringStable capsule identity.
stage: StringFailed post-spawn stage.
detail: StringSanitized bounded detail.
Trait Implementations§
Source§impl Clone for DispatchEvidence
impl Clone for DispatchEvidence
Source§fn clone(&self) -> DispatchEvidence
fn clone(&self) -> DispatchEvidence
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 DispatchEvidence
impl Debug for DispatchEvidence
impl Eq for DispatchEvidence
Source§impl PartialEq for DispatchEvidence
impl PartialEq for DispatchEvidence
impl StructuralPartialEq for DispatchEvidence
Auto Trait Implementations§
impl Freeze for DispatchEvidence
impl RefUnwindSafe for DispatchEvidence
impl Send for DispatchEvidence
impl Sync for DispatchEvidence
impl Unpin for DispatchEvidence
impl UnsafeUnpin for DispatchEvidence
impl UnwindSafe for DispatchEvidence
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