pub struct TaxpayerIdentifierSchema {
pub value: String,
pub type_: String,
}
Fields§
§value: String
The identifier itself, such as an applicant’s social security number.
type_: String
ENUM describing the type of identifier being used.
Trait Implementations§
Source§impl Debug for TaxpayerIdentifierSchema
impl Debug for TaxpayerIdentifierSchema
Source§impl<'de> Deserialize<'de> for TaxpayerIdentifierSchema
impl<'de> Deserialize<'de> for TaxpayerIdentifierSchema
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
Source§impl Display for TaxpayerIdentifierSchema
impl Display for TaxpayerIdentifierSchema
Auto Trait Implementations§
impl Freeze for TaxpayerIdentifierSchema
impl RefUnwindSafe for TaxpayerIdentifierSchema
impl Send for TaxpayerIdentifierSchema
impl Sync for TaxpayerIdentifierSchema
impl Unpin for TaxpayerIdentifierSchema
impl UnwindSafe for TaxpayerIdentifierSchema
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