pub struct OrchestrationOutput(/* private fields */);
Expand description
Represents the output of a Durable Functions orchestration function.
Supports conversion from JSON-compatible types.
Trait Implementations§
Source§impl<T> From<T> for OrchestrationOutput
impl<T> From<T> for OrchestrationOutput
Source§impl FromIterator<Value> for OrchestrationOutput
impl FromIterator<Value> for OrchestrationOutput
Auto Trait Implementations§
impl Freeze for OrchestrationOutput
impl RefUnwindSafe for OrchestrationOutput
impl Send for OrchestrationOutput
impl Sync for OrchestrationOutput
impl Unpin for OrchestrationOutput
impl UnwindSafe for OrchestrationOutput
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request