pub struct WorkflowDescribeOptionsBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> WorkflowDescribeOptionsBuilder<S>
impl<S: State> WorkflowDescribeOptionsBuilder<S>
Sourcepub fn build(self) -> WorkflowDescribeOptionswhere
S: IsComplete,
pub fn build(self) -> WorkflowDescribeOptionswhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn rpc_options(
self,
value: RpcOptions,
) -> WorkflowDescribeOptionsBuilder<SetRpcOptions<S>>where
S::RpcOptions: IsUnset,
pub fn rpc_options(
self,
value: RpcOptions,
) -> WorkflowDescribeOptionsBuilder<SetRpcOptions<S>>where
S::RpcOptions: IsUnset,
Sourcepub fn maybe_rpc_options(
self,
value: Option<RpcOptions>,
) -> WorkflowDescribeOptionsBuilder<SetRpcOptions<S>>where
S::RpcOptions: IsUnset,
pub fn maybe_rpc_options(
self,
value: Option<RpcOptions>,
) -> WorkflowDescribeOptionsBuilder<SetRpcOptions<S>>where
S::RpcOptions: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for WorkflowDescribeOptionsBuilder<S>
impl<S> RefUnwindSafe for WorkflowDescribeOptionsBuilder<S>
impl<S> Send for WorkflowDescribeOptionsBuilder<S>
impl<S> Sync for WorkflowDescribeOptionsBuilder<S>
impl<S> Unpin for WorkflowDescribeOptionsBuilder<S>
impl<S> UnsafeUnpin for WorkflowDescribeOptionsBuilder<S>
impl<S> UnwindSafe for WorkflowDescribeOptionsBuilder<S>
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