pub struct TriggerWorkflowOptions {
pub additional_metadata: Option<Value>,
pub desired_worker_id: Option<String>,
pub namespace: Option<String>,
pub sticky: bool,
pub key: Option<String>,
}Fields§
§additional_metadata: Option<Value>§desired_worker_id: Option<String>§namespace: Option<String>§sticky: bool§key: Option<String>Trait Implementations§
Source§impl Clone for TriggerWorkflowOptions
impl Clone for TriggerWorkflowOptions
Source§fn clone(&self) -> TriggerWorkflowOptions
fn clone(&self) -> TriggerWorkflowOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TriggerWorkflowOptions
impl Debug for TriggerWorkflowOptions
Source§impl Default for TriggerWorkflowOptions
impl Default for TriggerWorkflowOptions
Source§fn default() -> TriggerWorkflowOptions
fn default() -> TriggerWorkflowOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TriggerWorkflowOptions
impl RefUnwindSafe for TriggerWorkflowOptions
impl Send for TriggerWorkflowOptions
impl Sync for TriggerWorkflowOptions
impl Unpin for TriggerWorkflowOptions
impl UnsafeUnpin for TriggerWorkflowOptions
impl UnwindSafe for TriggerWorkflowOptions
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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