pub struct ActAssignmentIdempotency {
pub algorithm: String,
pub intent_key: NonEmptyString,
pub trigger_key: Option<NonEmptyString>,
pub content_hash: NonEmptyString,
}Fields§
§algorithm: String§intent_key: NonEmptyString§trigger_key: Option<NonEmptyString>§content_hash: NonEmptyStringTrait Implementations§
Source§impl Clone for ActAssignmentIdempotency
impl Clone for ActAssignmentIdempotency
Source§fn clone(&self) -> ActAssignmentIdempotency
fn clone(&self) -> ActAssignmentIdempotency
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 ActAssignmentIdempotency
impl Debug for ActAssignmentIdempotency
Source§impl<'de> Deserialize<'de> for ActAssignmentIdempotency
impl<'de> Deserialize<'de> for ActAssignmentIdempotency
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 ActAssignmentIdempotency
Source§impl PartialEq for ActAssignmentIdempotency
impl PartialEq for ActAssignmentIdempotency
Source§fn eq(&self, other: &ActAssignmentIdempotency) -> bool
fn eq(&self, other: &ActAssignmentIdempotency) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl RunxSchema for ActAssignmentIdempotency
impl RunxSchema for ActAssignmentIdempotency
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
Source§impl Serialize for ActAssignmentIdempotency
impl Serialize for ActAssignmentIdempotency
impl StructuralPartialEq for ActAssignmentIdempotency
Auto Trait Implementations§
impl Freeze for ActAssignmentIdempotency
impl RefUnwindSafe for ActAssignmentIdempotency
impl Send for ActAssignmentIdempotency
impl Sync for ActAssignmentIdempotency
impl Unpin for ActAssignmentIdempotency
impl UnsafeUnpin for ActAssignmentIdempotency
impl UnwindSafe for ActAssignmentIdempotency
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