pub struct Last4(/* private fields */);
Expand description
Last 4 digits of a card number
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Last4
impl<'de> Deserialize<'de> for Last4
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
Auto Trait Implementations§
impl Freeze for Last4
impl RefUnwindSafe for Last4
impl Send for Last4
impl Sync for Last4
impl Unpin for Last4
impl UnwindSafe for Last4
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