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