pub enum CardBrand {
Visa,
MasterCard,
Jcb,
AmericanExpress,
DinersClub,
Discover,
}
Expand description
カードブランド名
Variants§
Implementations§
Trait Implementations§
Source§impl Deserialize for CardBrand
impl Deserialize for CardBrand
impl Copy for CardBrand
impl Eq for CardBrand
impl StructuralPartialEq for CardBrand
Auto Trait Implementations§
impl Freeze for CardBrand
impl RefUnwindSafe for CardBrand
impl Send for CardBrand
impl Sync for CardBrand
impl Unpin for CardBrand
impl UnwindSafe for CardBrand
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