pub struct LegalEntitiesConfig {
pub entity_types: Vec<EntityTypeConfig>,
pub tax_id_format: IdFormatConfig,
pub vat_id_format: VatIdFormatConfig,
pub registration_authority: String,
pub registration_format: String,
}Fields§
§entity_types: Vec<EntityTypeConfig>§tax_id_format: IdFormatConfig§vat_id_format: VatIdFormatConfig§registration_format: StringTrait Implementations§
Source§impl Clone for LegalEntitiesConfig
impl Clone for LegalEntitiesConfig
Source§fn clone(&self) -> LegalEntitiesConfig
fn clone(&self) -> LegalEntitiesConfig
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 LegalEntitiesConfig
impl Debug for LegalEntitiesConfig
Source§impl Default for LegalEntitiesConfig
impl Default for LegalEntitiesConfig
Source§fn default() -> LegalEntitiesConfig
fn default() -> LegalEntitiesConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LegalEntitiesConfig
impl<'de> Deserialize<'de> for LegalEntitiesConfig
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 LegalEntitiesConfig
impl RefUnwindSafe for LegalEntitiesConfig
impl Send for LegalEntitiesConfig
impl Sync for LegalEntitiesConfig
impl Unpin for LegalEntitiesConfig
impl UnsafeUnpin for LegalEntitiesConfig
impl UnwindSafe for LegalEntitiesConfig
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