pub struct CreateTokenCvcUpdate {
pub cvc: String,
}
Expand description
The updated CVC value this token represents.
Fields§
§cvc: String
The CVC value, in string form.
Implementations§
Trait Implementations§
Source§impl Clone for CreateTokenCvcUpdate
impl Clone for CreateTokenCvcUpdate
Source§fn clone(&self) -> CreateTokenCvcUpdate
fn clone(&self) -> CreateTokenCvcUpdate
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 CreateTokenCvcUpdate
impl Debug for CreateTokenCvcUpdate
Auto Trait Implementations§
impl Freeze for CreateTokenCvcUpdate
impl RefUnwindSafe for CreateTokenCvcUpdate
impl Send for CreateTokenCvcUpdate
impl Sync for CreateTokenCvcUpdate
impl Unpin for CreateTokenCvcUpdate
impl UnwindSafe for CreateTokenCvcUpdate
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