pub struct WorkflowHistoryRequest {
pub id: Uint,
}Fields§
§id: UintTrait Implementations§
Source§impl Clone for WorkflowHistoryRequest
impl Clone for WorkflowHistoryRequest
Source§fn clone(&self) -> WorkflowHistoryRequest
fn clone(&self) -> WorkflowHistoryRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WorkflowHistoryRequest
impl Debug for WorkflowHistoryRequest
Source§impl<'de> Deserialize<'de> for WorkflowHistoryRequest
impl<'de> Deserialize<'de> for WorkflowHistoryRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for WorkflowHistoryRequest
Source§impl From<WorkflowHistoryRequest> for WorkflowHistoryRequest
impl From<WorkflowHistoryRequest> for WorkflowHistoryRequest
Source§fn from(value: WorkflowHistoryRequest) -> Self
fn from(value: WorkflowHistoryRequest) -> Self
Converts to this type from the input type.
Source§impl From<WorkflowHistoryRequest> for WorkflowHistoryRequest
impl From<WorkflowHistoryRequest> for WorkflowHistoryRequest
Source§fn from(value: WorkflowHistoryRequest) -> Self
fn from(value: WorkflowHistoryRequest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WorkflowHistoryRequest
impl PartialEq for WorkflowHistoryRequest
Source§fn eq(&self, other: &WorkflowHistoryRequest) -> bool
fn eq(&self, other: &WorkflowHistoryRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WorkflowHistoryRequest
impl Serialize for WorkflowHistoryRequest
impl StructuralPartialEq for WorkflowHistoryRequest
Auto Trait Implementations§
impl Freeze for WorkflowHistoryRequest
impl RefUnwindSafe for WorkflowHistoryRequest
impl Send for WorkflowHistoryRequest
impl Sync for WorkflowHistoryRequest
impl Unpin for WorkflowHistoryRequest
impl UnsafeUnpin for WorkflowHistoryRequest
impl UnwindSafe for WorkflowHistoryRequest
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