pub struct PaymentFlowPhases {
pub verify_before_handler: bool,
pub settle_before_handler: bool,
pub settle_after_handler: bool,
}Expand description
Verify/settle phase flags for a PaymentFlowName.
Fields§
§verify_before_handler: boolRun facilitator verify before the resource handler.
settle_before_handler: boolRun settle before the resource handler.
settle_after_handler: boolRun settle after the resource handler.
Trait Implementations§
Source§impl Clone for PaymentFlowPhases
impl Clone for PaymentFlowPhases
Source§fn clone(&self) -> PaymentFlowPhases
fn clone(&self) -> PaymentFlowPhases
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 moreimpl Copy for PaymentFlowPhases
Source§impl Debug for PaymentFlowPhases
impl Debug for PaymentFlowPhases
impl Eq for PaymentFlowPhases
Source§impl Hash for PaymentFlowPhases
impl Hash for PaymentFlowPhases
Source§impl PartialEq for PaymentFlowPhases
impl PartialEq for PaymentFlowPhases
impl StructuralPartialEq for PaymentFlowPhases
Auto Trait Implementations§
impl Freeze for PaymentFlowPhases
impl RefUnwindSafe for PaymentFlowPhases
impl Send for PaymentFlowPhases
impl Sync for PaymentFlowPhases
impl Unpin for PaymentFlowPhases
impl UnsafeUnpin for PaymentFlowPhases
impl UnwindSafe for PaymentFlowPhases
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<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.