pub enum ResponseCategory {
Approved,
Declined,
Referral,
CardRetention,
InsufficientFunds,
ExpiredCard,
PINError,
SystemError,
}Available on crate feature
std only.Expand description
Response code category
Variants§
Trait Implementations§
Source§impl Clone for ResponseCategory
impl Clone for ResponseCategory
Source§fn clone(&self) -> ResponseCategory
fn clone(&self) -> ResponseCategory
Returns a duplicate 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 Debug for ResponseCategory
impl Debug for ResponseCategory
Source§impl Display for ResponseCategory
impl Display for ResponseCategory
Source§impl PartialEq for ResponseCategory
impl PartialEq for ResponseCategory
impl Copy for ResponseCategory
impl Eq for ResponseCategory
impl StructuralPartialEq for ResponseCategory
Auto Trait Implementations§
impl Freeze for ResponseCategory
impl RefUnwindSafe for ResponseCategory
impl Send for ResponseCategory
impl Sync for ResponseCategory
impl Unpin for ResponseCategory
impl UnsafeUnpin for ResponseCategory
impl UnwindSafe for ResponseCategory
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