pub struct FlowUpdateOutcome {
pub manifest: Value,
pub result: FlowUpdateResult,
}Fields§
§manifest: Value§result: FlowUpdateResultTrait Implementations§
Auto Trait Implementations§
impl Freeze for FlowUpdateOutcome
impl RefUnwindSafe for FlowUpdateOutcome
impl Send for FlowUpdateOutcome
impl Sync for FlowUpdateOutcome
impl Unpin for FlowUpdateOutcome
impl UnwindSafe for FlowUpdateOutcome
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