pub struct ProviderOutcome {
pub provider_id: String,
pub result: ProviderResult,
}Expand description
One provider’s outcome within a FanOut.
Fields§
§provider_id: String§result: ProviderResultTrait Implementations§
Auto Trait Implementations§
impl Freeze for ProviderOutcome
impl RefUnwindSafe for ProviderOutcome
impl Send for ProviderOutcome
impl Sync for ProviderOutcome
impl Unpin for ProviderOutcome
impl UnsafeUnpin for ProviderOutcome
impl UnwindSafe for ProviderOutcome
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