pub struct StrategyResult {
pub execution: ExecutionOutput,
pub payload: ResultPayload,
}Expand description
Result produced by a strategy invocation.
Fields§
§execution: ExecutionOutput§payload: ResultPayloadAuto Trait Implementations§
impl Freeze for StrategyResult
impl RefUnwindSafe for StrategyResult
impl Send for StrategyResult
impl Sync for StrategyResult
impl Unpin for StrategyResult
impl UnwindSafe for StrategyResult
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