pub struct WebhookInvokeResponse {
pub flow_run_id: FlowRunId,
pub receipt: Value,
}Fields§
§flow_run_id: FlowRunId§receipt: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for WebhookInvokeResponse
impl RefUnwindSafe for WebhookInvokeResponse
impl Send for WebhookInvokeResponse
impl Sync for WebhookInvokeResponse
impl Unpin for WebhookInvokeResponse
impl UnsafeUnpin for WebhookInvokeResponse
impl UnwindSafe for WebhookInvokeResponse
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