pub struct CreateProcessInstanceResponse { /* private fields */ }Expand description
Response from creating a process instance
Implementations§
Source§impl CreateProcessInstanceResponse
impl CreateProcessInstanceResponse
Sourcepub fn process_definition_key(&self) -> i64
pub fn process_definition_key(&self) -> i64
Sourcepub fn bpmn_process_id(&self) -> &str
pub fn bpmn_process_id(&self) -> &str
Returns the BPMN process ID of the created instance.
§Returns
A string slice representing the BPMN process ID.
Sourcepub fn process_instance_key(&self) -> i64
pub fn process_instance_key(&self) -> i64
Trait Implementations§
Source§impl Clone for CreateProcessInstanceResponse
impl Clone for CreateProcessInstanceResponse
Source§fn clone(&self) -> CreateProcessInstanceResponse
fn clone(&self) -> CreateProcessInstanceResponse
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 moreAuto Trait Implementations§
impl Freeze for CreateProcessInstanceResponse
impl RefUnwindSafe for CreateProcessInstanceResponse
impl Send for CreateProcessInstanceResponse
impl Sync for CreateProcessInstanceResponse
impl Unpin for CreateProcessInstanceResponse
impl UnwindSafe for CreateProcessInstanceResponse
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