pub enum CardCode {
Show 30 variants
기업BC,
광주은행,
롯데카드,
KDB산업은행,
BC,
삼성카드,
새마을금고,
신한카드,
신협,
씨티카드,
우리BC카드,
우리카드,
우체국예금보험,
저축은행중앙회,
전북은행,
제주은행,
카카오뱅크,
케이뱅크,
토스뱅크,
하나카드,
현대카드,
KB국민카드,
NH농협카드,
Sh수협은행,
다이너스클럽,
마스터카드,
유니온페이,
아메리칸익스프레스,
JCB,
VISA,
}
Variants§
기업BC
광주은행
롯데카드
KDB산업은행
BC
삼성카드
새마을금고
신한카드
신협
씨티카드
우리BC카드
우리카드
우체국예금보험
저축은행중앙회
전북은행
제주은행
카카오뱅크
케이뱅크
토스뱅크
하나카드
현대카드
KB국민카드
NH농협카드
Sh수협은행
다이너스클럽
마스터카드
유니온페이
아메리칸익스프레스
JCB
VISA
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CardCode
impl<'de> Deserialize<'de> for CardCode
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 CardCode
impl StructuralPartialEq for CardCode
Auto Trait Implementations§
impl Freeze for CardCode
impl RefUnwindSafe for CardCode
impl Send for CardCode
impl Sync for CardCode
impl Unpin for CardCode
impl UnwindSafe for CardCode
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§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.