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