pub struct CancelPaymentByIdempotencyKeyRequest {
pub idempotency_key: String,
}
Expand description
This is a model struct for CancelPaymentByIdempotencyRequest type.
Fields§
§idempotency_key: String
The idempotency_key
identifying the payment to be canceled.
Trait Implementations§
source§impl Clone for CancelPaymentByIdempotencyKeyRequest
impl Clone for CancelPaymentByIdempotencyKeyRequest
source§fn clone(&self) -> CancelPaymentByIdempotencyKeyRequest
fn clone(&self) -> CancelPaymentByIdempotencyKeyRequest
Returns a copy 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 moresource§impl Default for CancelPaymentByIdempotencyKeyRequest
impl Default for CancelPaymentByIdempotencyKeyRequest
source§fn default() -> CancelPaymentByIdempotencyKeyRequest
fn default() -> CancelPaymentByIdempotencyKeyRequest
Returns the “default value” for a type. Read more
source§impl PartialEq<CancelPaymentByIdempotencyKeyRequest> for CancelPaymentByIdempotencyKeyRequest
impl PartialEq<CancelPaymentByIdempotencyKeyRequest> for CancelPaymentByIdempotencyKeyRequest
source§fn eq(&self, other: &CancelPaymentByIdempotencyKeyRequest) -> bool
fn eq(&self, other: &CancelPaymentByIdempotencyKeyRequest) -> bool
impl Eq for CancelPaymentByIdempotencyKeyRequest
impl StructuralEq for CancelPaymentByIdempotencyKeyRequest
impl StructuralPartialEq for CancelPaymentByIdempotencyKeyRequest
Auto Trait Implementations§
impl RefUnwindSafe for CancelPaymentByIdempotencyKeyRequest
impl Send for CancelPaymentByIdempotencyKeyRequest
impl Sync for CancelPaymentByIdempotencyKeyRequest
impl Unpin for CancelPaymentByIdempotencyKeyRequest
impl UnwindSafe for CancelPaymentByIdempotencyKeyRequest
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.