pub struct ClaimCheckStepDef {
pub repository: String,
pub operation: String,
pub key: LanguageExpressionDef,
pub filter: Option<String>,
}Expand description
Claim Check EIP step definition.
Stashes/retrieves the message body from a ClaimCheckRepository by key.
Fields§
§repository: StringName of the registered ClaimCheckRepository (e.g. "memory").
operation: StringOperation: “set”, “get”, “get_and_remove”, “push”, “pop”.
key: LanguageExpressionDefExpression that extracts the claim-check key from the exchange.
filter: Option<String>Optional filter string for selective merge-back during checkout operations.
Trait Implementations§
Source§impl Clone for ClaimCheckStepDef
impl Clone for ClaimCheckStepDef
Source§fn clone(&self) -> ClaimCheckStepDef
fn clone(&self) -> ClaimCheckStepDef
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 ClaimCheckStepDef
impl Debug for ClaimCheckStepDef
impl Eq for ClaimCheckStepDef
Source§impl PartialEq for ClaimCheckStepDef
impl PartialEq for ClaimCheckStepDef
impl StructuralPartialEq for ClaimCheckStepDef
Auto Trait Implementations§
impl Freeze for ClaimCheckStepDef
impl RefUnwindSafe for ClaimCheckStepDef
impl Send for ClaimCheckStepDef
impl Sync for ClaimCheckStepDef
impl Unpin for ClaimCheckStepDef
impl UnsafeUnpin for ClaimCheckStepDef
impl UnwindSafe for ClaimCheckStepDef
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.