pub struct TaxIds {
pub eu_vat: Option<String>,
pub fr_siret: Option<String>,
pub fr_naf: Option<String>,
pub es_nif: Option<String>,
}Fields§
§eu_vat: Option<String>§fr_siret: Option<String>§fr_naf: Option<String>§es_nif: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for TaxIds
impl<'de> Deserialize<'de> for TaxIds
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 TaxIds
impl RefUnwindSafe for TaxIds
impl Send for TaxIds
impl Sync for TaxIds
impl Unpin for TaxIds
impl UnwindSafe for TaxIds
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