pub struct PersonBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> PersonBuilder<S>
impl<S: State> PersonBuilder<S>
Sourcepub fn build(self) -> Personwhere
S: IsComplete,
pub fn build(self) -> Personwhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn id(self, value: String) -> PersonBuilder<SetId<S>>where
S::Id: IsUnset,
pub fn id(self, value: String) -> PersonBuilder<SetId<S>>where
S::Id: IsUnset,
Required.
Sourcepub fn schema(self, value: String) -> PersonBuilder<SetSchema<S>>where
S::Schema: IsUnset,
pub fn schema(self, value: String) -> PersonBuilder<SetSchema<S>>where
S::Schema: IsUnset,
Sourcepub fn maybe_schema(self, value: Option<String>) -> PersonBuilder<SetSchema<S>>where
S::Schema: IsUnset,
pub fn maybe_schema(self, value: Option<String>) -> PersonBuilder<SetSchema<S>>where
S::Schema: IsUnset,
Sourcepub fn abbreviation(
self,
value: impl Into<String>,
) -> PersonBuilder<SetAbbreviation<S>>where
S::Abbreviation: IsUnset,
pub fn abbreviation(
self,
value: impl Into<String>,
) -> PersonBuilder<SetAbbreviation<S>>where
S::Abbreviation: IsUnset,
Sourcepub fn maybe_abbreviation(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAbbreviation<S>>where
S::Abbreviation: IsUnset,
pub fn maybe_abbreviation(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAbbreviation<S>>where
S::Abbreviation: IsUnset,
Sourcepub fn address(self, value: impl Into<String>) -> PersonBuilder<SetAddress<S>>where
S::Address: IsUnset,
pub fn address(self, value: impl Into<String>) -> PersonBuilder<SetAddress<S>>where
S::Address: IsUnset,
Sourcepub fn maybe_address(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAddress<S>>where
S::Address: IsUnset,
pub fn maybe_address(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAddress<S>>where
S::Address: IsUnset,
Sourcepub fn address_entity(
self,
value: impl Into<String>,
) -> PersonBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
pub fn address_entity(
self,
value: impl Into<String>,
) -> PersonBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
Sourcepub fn maybe_address_entity(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
pub fn maybe_address_entity(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
Sourcepub fn aleph_url(
self,
value: impl Into<String>,
) -> PersonBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
pub fn aleph_url(
self,
value: impl Into<String>,
) -> PersonBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
Sourcepub fn maybe_aleph_url(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
pub fn maybe_aleph_url(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
Sourcepub fn alias(self, value: impl Into<String>) -> PersonBuilder<SetAlias<S>>where
S::Alias: IsUnset,
pub fn alias(self, value: impl Into<String>) -> PersonBuilder<SetAlias<S>>where
S::Alias: IsUnset,
Sourcepub fn maybe_alias(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAlias<S>>where
S::Alias: IsUnset,
pub fn maybe_alias(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAlias<S>>where
S::Alias: IsUnset,
Sourcepub fn appearance(
self,
value: impl Into<String>,
) -> PersonBuilder<SetAppearance<S>>where
S::Appearance: IsUnset,
pub fn appearance(
self,
value: impl Into<String>,
) -> PersonBuilder<SetAppearance<S>>where
S::Appearance: IsUnset,
Sourcepub fn maybe_appearance(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAppearance<S>>where
S::Appearance: IsUnset,
pub fn maybe_appearance(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetAppearance<S>>where
S::Appearance: IsUnset,
Sourcepub fn birth_country(
self,
value: impl Into<String>,
) -> PersonBuilder<SetBirthCountry<S>>where
S::BirthCountry: IsUnset,
pub fn birth_country(
self,
value: impl Into<String>,
) -> PersonBuilder<SetBirthCountry<S>>where
S::BirthCountry: IsUnset,
Sourcepub fn maybe_birth_country(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBirthCountry<S>>where
S::BirthCountry: IsUnset,
pub fn maybe_birth_country(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBirthCountry<S>>where
S::BirthCountry: IsUnset,
Sourcepub fn birth_date(
self,
value: impl Into<String>,
) -> PersonBuilder<SetBirthDate<S>>where
S::BirthDate: IsUnset,
pub fn birth_date(
self,
value: impl Into<String>,
) -> PersonBuilder<SetBirthDate<S>>where
S::BirthDate: IsUnset,
Sourcepub fn maybe_birth_date(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBirthDate<S>>where
S::BirthDate: IsUnset,
pub fn maybe_birth_date(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBirthDate<S>>where
S::BirthDate: IsUnset,
Sourcepub fn birth_place(
self,
value: impl Into<String>,
) -> PersonBuilder<SetBirthPlace<S>>where
S::BirthPlace: IsUnset,
pub fn birth_place(
self,
value: impl Into<String>,
) -> PersonBuilder<SetBirthPlace<S>>where
S::BirthPlace: IsUnset,
Sourcepub fn maybe_birth_place(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBirthPlace<S>>where
S::BirthPlace: IsUnset,
pub fn maybe_birth_place(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBirthPlace<S>>where
S::BirthPlace: IsUnset,
Sourcepub fn bright_query_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetBrightQueryId<S>>where
S::BrightQueryId: IsUnset,
pub fn bright_query_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetBrightQueryId<S>>where
S::BrightQueryId: IsUnset,
Sourcepub fn maybe_bright_query_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBrightQueryId<S>>where
S::BrightQueryId: IsUnset,
pub fn maybe_bright_query_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBrightQueryId<S>>where
S::BrightQueryId: IsUnset,
Sourcepub fn bright_query_org_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetBrightQueryOrgId<S>>where
S::BrightQueryOrgId: IsUnset,
pub fn bright_query_org_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetBrightQueryOrgId<S>>where
S::BrightQueryOrgId: IsUnset,
Sourcepub fn maybe_bright_query_org_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBrightQueryOrgId<S>>where
S::BrightQueryOrgId: IsUnset,
pub fn maybe_bright_query_org_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBrightQueryOrgId<S>>where
S::BrightQueryOrgId: IsUnset,
Sourcepub fn bvd_id(self, value: impl Into<String>) -> PersonBuilder<SetBvdId<S>>where
S::BvdId: IsUnset,
pub fn bvd_id(self, value: impl Into<String>) -> PersonBuilder<SetBvdId<S>>where
S::BvdId: IsUnset,
Sourcepub fn maybe_bvd_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBvdId<S>>where
S::BvdId: IsUnset,
pub fn maybe_bvd_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetBvdId<S>>where
S::BvdId: IsUnset,
Sourcepub fn citizenship(
self,
value: impl Into<String>,
) -> PersonBuilder<SetCitizenship<S>>where
S::Citizenship: IsUnset,
pub fn citizenship(
self,
value: impl Into<String>,
) -> PersonBuilder<SetCitizenship<S>>where
S::Citizenship: IsUnset,
Sourcepub fn maybe_citizenship(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetCitizenship<S>>where
S::Citizenship: IsUnset,
pub fn maybe_citizenship(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetCitizenship<S>>where
S::Citizenship: IsUnset,
Sourcepub fn classification(
self,
value: impl Into<String>,
) -> PersonBuilder<SetClassification<S>>where
S::Classification: IsUnset,
pub fn classification(
self,
value: impl Into<String>,
) -> PersonBuilder<SetClassification<S>>where
S::Classification: IsUnset,
Sourcepub fn maybe_classification(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetClassification<S>>where
S::Classification: IsUnset,
pub fn maybe_classification(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetClassification<S>>where
S::Classification: IsUnset,
Sourcepub fn country(self, value: impl Into<String>) -> PersonBuilder<SetCountry<S>>where
S::Country: IsUnset,
pub fn country(self, value: impl Into<String>) -> PersonBuilder<SetCountry<S>>where
S::Country: IsUnset,
Sourcepub fn maybe_country(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetCountry<S>>where
S::Country: IsUnset,
pub fn maybe_country(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetCountry<S>>where
S::Country: IsUnset,
Sourcepub fn created_at(
self,
value: impl Into<String>,
) -> PersonBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
pub fn created_at(
self,
value: impl Into<String>,
) -> PersonBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
Sourcepub fn maybe_created_at(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
pub fn maybe_created_at(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
Sourcepub fn death_date(
self,
value: impl Into<String>,
) -> PersonBuilder<SetDeathDate<S>>where
S::DeathDate: IsUnset,
pub fn death_date(
self,
value: impl Into<String>,
) -> PersonBuilder<SetDeathDate<S>>where
S::DeathDate: IsUnset,
Sourcepub fn maybe_death_date(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetDeathDate<S>>where
S::DeathDate: IsUnset,
pub fn maybe_death_date(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetDeathDate<S>>where
S::DeathDate: IsUnset,
Sourcepub fn description(
self,
value: impl Into<String>,
) -> PersonBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<String>,
) -> PersonBuilder<SetDescription<S>>where
S::Description: IsUnset,
Sourcepub fn maybe_description(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetDescription<S>>where
S::Description: IsUnset,
Sourcepub fn dissolution_date(
self,
value: impl Into<String>,
) -> PersonBuilder<SetDissolutionDate<S>>where
S::DissolutionDate: IsUnset,
pub fn dissolution_date(
self,
value: impl Into<String>,
) -> PersonBuilder<SetDissolutionDate<S>>where
S::DissolutionDate: IsUnset,
Sourcepub fn maybe_dissolution_date(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetDissolutionDate<S>>where
S::DissolutionDate: IsUnset,
pub fn maybe_dissolution_date(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetDissolutionDate<S>>where
S::DissolutionDate: IsUnset,
Sourcepub fn duns_code(
self,
value: impl Into<String>,
) -> PersonBuilder<SetDunsCode<S>>where
S::DunsCode: IsUnset,
pub fn duns_code(
self,
value: impl Into<String>,
) -> PersonBuilder<SetDunsCode<S>>where
S::DunsCode: IsUnset,
Sourcepub fn maybe_duns_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetDunsCode<S>>where
S::DunsCode: IsUnset,
pub fn maybe_duns_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetDunsCode<S>>where
S::DunsCode: IsUnset,
Sourcepub fn education(
self,
value: impl Into<String>,
) -> PersonBuilder<SetEducation<S>>where
S::Education: IsUnset,
pub fn education(
self,
value: impl Into<String>,
) -> PersonBuilder<SetEducation<S>>where
S::Education: IsUnset,
Sourcepub fn maybe_education(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetEducation<S>>where
S::Education: IsUnset,
pub fn maybe_education(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetEducation<S>>where
S::Education: IsUnset,
Sourcepub fn email(self, value: impl Into<String>) -> PersonBuilder<SetEmail<S>>where
S::Email: IsUnset,
pub fn email(self, value: impl Into<String>) -> PersonBuilder<SetEmail<S>>where
S::Email: IsUnset,
Sourcepub fn maybe_email(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetEmail<S>>where
S::Email: IsUnset,
pub fn maybe_email(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetEmail<S>>where
S::Email: IsUnset,
Sourcepub fn ethnicity(
self,
value: impl Into<String>,
) -> PersonBuilder<SetEthnicity<S>>where
S::Ethnicity: IsUnset,
pub fn ethnicity(
self,
value: impl Into<String>,
) -> PersonBuilder<SetEthnicity<S>>where
S::Ethnicity: IsUnset,
Sourcepub fn maybe_ethnicity(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetEthnicity<S>>where
S::Ethnicity: IsUnset,
pub fn maybe_ethnicity(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetEthnicity<S>>where
S::Ethnicity: IsUnset,
Sourcepub fn eye_color(
self,
value: impl Into<String>,
) -> PersonBuilder<SetEyeColor<S>>where
S::EyeColor: IsUnset,
pub fn eye_color(
self,
value: impl Into<String>,
) -> PersonBuilder<SetEyeColor<S>>where
S::EyeColor: IsUnset,
Sourcepub fn maybe_eye_color(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetEyeColor<S>>where
S::EyeColor: IsUnset,
pub fn maybe_eye_color(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetEyeColor<S>>where
S::EyeColor: IsUnset,
Sourcepub fn father_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetFatherName<S>>where
S::FatherName: IsUnset,
pub fn father_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetFatherName<S>>where
S::FatherName: IsUnset,
Sourcepub fn maybe_father_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetFatherName<S>>where
S::FatherName: IsUnset,
pub fn maybe_father_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetFatherName<S>>where
S::FatherName: IsUnset,
Sourcepub fn first_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetFirstName<S>>where
S::FirstName: IsUnset,
pub fn first_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetFirstName<S>>where
S::FirstName: IsUnset,
Sourcepub fn maybe_first_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetFirstName<S>>where
S::FirstName: IsUnset,
pub fn maybe_first_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetFirstName<S>>where
S::FirstName: IsUnset,
Sourcepub fn gender(self, value: impl Into<String>) -> PersonBuilder<SetGender<S>>where
S::Gender: IsUnset,
pub fn gender(self, value: impl Into<String>) -> PersonBuilder<SetGender<S>>where
S::Gender: IsUnset,
Sourcepub fn maybe_gender(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetGender<S>>where
S::Gender: IsUnset,
pub fn maybe_gender(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetGender<S>>where
S::Gender: IsUnset,
Sourcepub fn hair_color(
self,
value: impl Into<String>,
) -> PersonBuilder<SetHairColor<S>>where
S::HairColor: IsUnset,
pub fn hair_color(
self,
value: impl Into<String>,
) -> PersonBuilder<SetHairColor<S>>where
S::HairColor: IsUnset,
Sourcepub fn maybe_hair_color(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetHairColor<S>>where
S::HairColor: IsUnset,
pub fn maybe_hair_color(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetHairColor<S>>where
S::HairColor: IsUnset,
Sourcepub fn height(self, value: f64) -> PersonBuilder<SetHeight<S>>where
S::Height: IsUnset,
pub fn height(self, value: f64) -> PersonBuilder<SetHeight<S>>where
S::Height: IsUnset,
Sourcepub fn maybe_height(self, value: Option<f64>) -> PersonBuilder<SetHeight<S>>where
S::Height: IsUnset,
pub fn maybe_height(self, value: Option<f64>) -> PersonBuilder<SetHeight<S>>where
S::Height: IsUnset,
Sourcepub fn icij_id(self, value: impl Into<String>) -> PersonBuilder<SetIcijId<S>>where
S::IcijId: IsUnset,
pub fn icij_id(self, value: impl Into<String>) -> PersonBuilder<SetIcijId<S>>where
S::IcijId: IsUnset,
Sourcepub fn maybe_icij_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetIcijId<S>>where
S::IcijId: IsUnset,
pub fn maybe_icij_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetIcijId<S>>where
S::IcijId: IsUnset,
Sourcepub fn id_number(
self,
value: impl Into<String>,
) -> PersonBuilder<SetIdNumber<S>>where
S::IdNumber: IsUnset,
pub fn id_number(
self,
value: impl Into<String>,
) -> PersonBuilder<SetIdNumber<S>>where
S::IdNumber: IsUnset,
Sourcepub fn maybe_id_number(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetIdNumber<S>>where
S::IdNumber: IsUnset,
pub fn maybe_id_number(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetIdNumber<S>>where
S::IdNumber: IsUnset,
Sourcepub fn incorporation_date(
self,
value: impl Into<String>,
) -> PersonBuilder<SetIncorporationDate<S>>where
S::IncorporationDate: IsUnset,
pub fn incorporation_date(
self,
value: impl Into<String>,
) -> PersonBuilder<SetIncorporationDate<S>>where
S::IncorporationDate: IsUnset,
Sourcepub fn maybe_incorporation_date(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetIncorporationDate<S>>where
S::IncorporationDate: IsUnset,
pub fn maybe_incorporation_date(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetIncorporationDate<S>>where
S::IncorporationDate: IsUnset,
Sourcepub fn index_text(
self,
value: impl Into<String>,
) -> PersonBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
pub fn index_text(
self,
value: impl Into<String>,
) -> PersonBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
Sourcepub fn maybe_index_text(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
pub fn maybe_index_text(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
Sourcepub fn inn_code(self, value: impl Into<String>) -> PersonBuilder<SetInnCode<S>>where
S::InnCode: IsUnset,
pub fn inn_code(self, value: impl Into<String>) -> PersonBuilder<SetInnCode<S>>where
S::InnCode: IsUnset,
Sourcepub fn maybe_inn_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetInnCode<S>>where
S::InnCode: IsUnset,
pub fn maybe_inn_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetInnCode<S>>where
S::InnCode: IsUnset,
Sourcepub fn jurisdiction(
self,
value: impl Into<String>,
) -> PersonBuilder<SetJurisdiction<S>>where
S::Jurisdiction: IsUnset,
pub fn jurisdiction(
self,
value: impl Into<String>,
) -> PersonBuilder<SetJurisdiction<S>>where
S::Jurisdiction: IsUnset,
Sourcepub fn maybe_jurisdiction(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetJurisdiction<S>>where
S::Jurisdiction: IsUnset,
pub fn maybe_jurisdiction(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetJurisdiction<S>>where
S::Jurisdiction: IsUnset,
Sourcepub fn keywords(self, value: impl Into<String>) -> PersonBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
pub fn keywords(self, value: impl Into<String>) -> PersonBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
Sourcepub fn maybe_keywords(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
pub fn maybe_keywords(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
Sourcepub fn last_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetLastName<S>>where
S::LastName: IsUnset,
pub fn last_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetLastName<S>>where
S::LastName: IsUnset,
Sourcepub fn maybe_last_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetLastName<S>>where
S::LastName: IsUnset,
pub fn maybe_last_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetLastName<S>>where
S::LastName: IsUnset,
Sourcepub fn legal_form(
self,
value: impl Into<String>,
) -> PersonBuilder<SetLegalForm<S>>where
S::LegalForm: IsUnset,
pub fn legal_form(
self,
value: impl Into<String>,
) -> PersonBuilder<SetLegalForm<S>>where
S::LegalForm: IsUnset,
Sourcepub fn maybe_legal_form(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetLegalForm<S>>where
S::LegalForm: IsUnset,
pub fn maybe_legal_form(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetLegalForm<S>>where
S::LegalForm: IsUnset,
Sourcepub fn lei_code(self, value: impl Into<String>) -> PersonBuilder<SetLeiCode<S>>where
S::LeiCode: IsUnset,
pub fn lei_code(self, value: impl Into<String>) -> PersonBuilder<SetLeiCode<S>>where
S::LeiCode: IsUnset,
Sourcepub fn maybe_lei_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetLeiCode<S>>where
S::LeiCode: IsUnset,
pub fn maybe_lei_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetLeiCode<S>>where
S::LeiCode: IsUnset,
Sourcepub fn license_number(
self,
value: impl Into<String>,
) -> PersonBuilder<SetLicenseNumber<S>>where
S::LicenseNumber: IsUnset,
pub fn license_number(
self,
value: impl Into<String>,
) -> PersonBuilder<SetLicenseNumber<S>>where
S::LicenseNumber: IsUnset,
Sourcepub fn maybe_license_number(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetLicenseNumber<S>>where
S::LicenseNumber: IsUnset,
pub fn maybe_license_number(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetLicenseNumber<S>>where
S::LicenseNumber: IsUnset,
Sourcepub fn main_country(
self,
value: impl Into<String>,
) -> PersonBuilder<SetMainCountry<S>>where
S::MainCountry: IsUnset,
pub fn main_country(
self,
value: impl Into<String>,
) -> PersonBuilder<SetMainCountry<S>>where
S::MainCountry: IsUnset,
Sourcepub fn maybe_main_country(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetMainCountry<S>>where
S::MainCountry: IsUnset,
pub fn maybe_main_country(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetMainCountry<S>>where
S::MainCountry: IsUnset,
Sourcepub fn middle_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetMiddleName<S>>where
S::MiddleName: IsUnset,
pub fn middle_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetMiddleName<S>>where
S::MiddleName: IsUnset,
Sourcepub fn maybe_middle_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetMiddleName<S>>where
S::MiddleName: IsUnset,
pub fn maybe_middle_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetMiddleName<S>>where
S::MiddleName: IsUnset,
Sourcepub fn modified_at(
self,
value: impl Into<String>,
) -> PersonBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
pub fn modified_at(
self,
value: impl Into<String>,
) -> PersonBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
Sourcepub fn maybe_modified_at(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
pub fn maybe_modified_at(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
Sourcepub fn mother_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetMotherName<S>>where
S::MotherName: IsUnset,
pub fn mother_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetMotherName<S>>where
S::MotherName: IsUnset,
Sourcepub fn maybe_mother_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetMotherName<S>>where
S::MotherName: IsUnset,
pub fn maybe_mother_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetMotherName<S>>where
S::MotherName: IsUnset,
Sourcepub fn name(self, value: impl Into<String>) -> PersonBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(self, value: impl Into<String>) -> PersonBuilder<SetName<S>>where
S::Name: IsUnset,
Required.
Property: Name
Sourcepub fn name_suffix(
self,
value: impl Into<String>,
) -> PersonBuilder<SetNameSuffix<S>>where
S::NameSuffix: IsUnset,
pub fn name_suffix(
self,
value: impl Into<String>,
) -> PersonBuilder<SetNameSuffix<S>>where
S::NameSuffix: IsUnset,
Sourcepub fn maybe_name_suffix(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetNameSuffix<S>>where
S::NameSuffix: IsUnset,
pub fn maybe_name_suffix(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetNameSuffix<S>>where
S::NameSuffix: IsUnset,
Sourcepub fn nationality(
self,
value: impl Into<String>,
) -> PersonBuilder<SetNationality<S>>where
S::Nationality: IsUnset,
pub fn nationality(
self,
value: impl Into<String>,
) -> PersonBuilder<SetNationality<S>>where
S::Nationality: IsUnset,
Sourcepub fn maybe_nationality(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetNationality<S>>where
S::Nationality: IsUnset,
pub fn maybe_nationality(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetNationality<S>>where
S::Nationality: IsUnset,
Sourcepub fn notes(self, value: impl Into<String>) -> PersonBuilder<SetNotes<S>>where
S::Notes: IsUnset,
pub fn notes(self, value: impl Into<String>) -> PersonBuilder<SetNotes<S>>where
S::Notes: IsUnset,
Sourcepub fn maybe_notes(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetNotes<S>>where
S::Notes: IsUnset,
pub fn maybe_notes(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetNotes<S>>where
S::Notes: IsUnset,
Sourcepub fn npi_code(self, value: impl Into<String>) -> PersonBuilder<SetNpiCode<S>>where
S::NpiCode: IsUnset,
pub fn npi_code(self, value: impl Into<String>) -> PersonBuilder<SetNpiCode<S>>where
S::NpiCode: IsUnset,
Sourcepub fn maybe_npi_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetNpiCode<S>>where
S::NpiCode: IsUnset,
pub fn maybe_npi_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetNpiCode<S>>where
S::NpiCode: IsUnset,
Sourcepub fn ogrn_code(
self,
value: impl Into<String>,
) -> PersonBuilder<SetOgrnCode<S>>where
S::OgrnCode: IsUnset,
pub fn ogrn_code(
self,
value: impl Into<String>,
) -> PersonBuilder<SetOgrnCode<S>>where
S::OgrnCode: IsUnset,
Sourcepub fn maybe_ogrn_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetOgrnCode<S>>where
S::OgrnCode: IsUnset,
pub fn maybe_ogrn_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetOgrnCode<S>>where
S::OgrnCode: IsUnset,
Sourcepub fn okpo_code(
self,
value: impl Into<String>,
) -> PersonBuilder<SetOkpoCode<S>>where
S::OkpoCode: IsUnset,
pub fn okpo_code(
self,
value: impl Into<String>,
) -> PersonBuilder<SetOkpoCode<S>>where
S::OkpoCode: IsUnset,
Sourcepub fn maybe_okpo_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetOkpoCode<S>>where
S::OkpoCode: IsUnset,
pub fn maybe_okpo_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetOkpoCode<S>>where
S::OkpoCode: IsUnset,
Sourcepub fn opencorporates_url(
self,
value: impl Into<String>,
) -> PersonBuilder<SetOpencorporatesUrl<S>>where
S::OpencorporatesUrl: IsUnset,
pub fn opencorporates_url(
self,
value: impl Into<String>,
) -> PersonBuilder<SetOpencorporatesUrl<S>>where
S::OpencorporatesUrl: IsUnset,
Sourcepub fn maybe_opencorporates_url(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetOpencorporatesUrl<S>>where
S::OpencorporatesUrl: IsUnset,
pub fn maybe_opencorporates_url(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetOpencorporatesUrl<S>>where
S::OpencorporatesUrl: IsUnset,
Sourcepub fn parent(self, value: impl Into<String>) -> PersonBuilder<SetParent<S>>where
S::Parent: IsUnset,
pub fn parent(self, value: impl Into<String>) -> PersonBuilder<SetParent<S>>where
S::Parent: IsUnset,
Sourcepub fn maybe_parent(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetParent<S>>where
S::Parent: IsUnset,
pub fn maybe_parent(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetParent<S>>where
S::Parent: IsUnset,
Sourcepub fn passport_number(
self,
value: impl Into<String>,
) -> PersonBuilder<SetPassportNumber<S>>where
S::PassportNumber: IsUnset,
pub fn passport_number(
self,
value: impl Into<String>,
) -> PersonBuilder<SetPassportNumber<S>>where
S::PassportNumber: IsUnset,
Sourcepub fn maybe_passport_number(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPassportNumber<S>>where
S::PassportNumber: IsUnset,
pub fn maybe_passport_number(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPassportNumber<S>>where
S::PassportNumber: IsUnset,
Sourcepub fn phone(self, value: impl Into<String>) -> PersonBuilder<SetPhone<S>>where
S::Phone: IsUnset,
pub fn phone(self, value: impl Into<String>) -> PersonBuilder<SetPhone<S>>where
S::Phone: IsUnset,
Sourcepub fn maybe_phone(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPhone<S>>where
S::Phone: IsUnset,
pub fn maybe_phone(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPhone<S>>where
S::Phone: IsUnset,
Sourcepub fn political(
self,
value: impl Into<String>,
) -> PersonBuilder<SetPolitical<S>>where
S::Political: IsUnset,
pub fn political(
self,
value: impl Into<String>,
) -> PersonBuilder<SetPolitical<S>>where
S::Political: IsUnset,
Sourcepub fn maybe_political(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPolitical<S>>where
S::Political: IsUnset,
pub fn maybe_political(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPolitical<S>>where
S::Political: IsUnset,
Sourcepub fn position(self, value: impl Into<String>) -> PersonBuilder<SetPosition<S>>where
S::Position: IsUnset,
pub fn position(self, value: impl Into<String>) -> PersonBuilder<SetPosition<S>>where
S::Position: IsUnset,
Sourcepub fn maybe_position(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPosition<S>>where
S::Position: IsUnset,
pub fn maybe_position(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPosition<S>>where
S::Position: IsUnset,
Sourcepub fn previous_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
pub fn previous_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
Sourcepub fn maybe_previous_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
pub fn maybe_previous_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
Sourcepub fn profession(
self,
value: impl Into<String>,
) -> PersonBuilder<SetProfession<S>>where
S::Profession: IsUnset,
pub fn profession(
self,
value: impl Into<String>,
) -> PersonBuilder<SetProfession<S>>where
S::Profession: IsUnset,
Sourcepub fn maybe_profession(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetProfession<S>>where
S::Profession: IsUnset,
pub fn maybe_profession(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetProfession<S>>where
S::Profession: IsUnset,
Sourcepub fn program(self, value: impl Into<String>) -> PersonBuilder<SetProgram<S>>where
S::Program: IsUnset,
pub fn program(self, value: impl Into<String>) -> PersonBuilder<SetProgram<S>>where
S::Program: IsUnset,
Sourcepub fn maybe_program(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetProgram<S>>where
S::Program: IsUnset,
pub fn maybe_program(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetProgram<S>>where
S::Program: IsUnset,
Sourcepub fn program_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
pub fn program_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
Sourcepub fn maybe_program_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
pub fn maybe_program_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
Sourcepub fn proof(self, value: impl Into<String>) -> PersonBuilder<SetProof<S>>where
S::Proof: IsUnset,
pub fn proof(self, value: impl Into<String>) -> PersonBuilder<SetProof<S>>where
S::Proof: IsUnset,
Sourcepub fn maybe_proof(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetProof<S>>where
S::Proof: IsUnset,
pub fn maybe_proof(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetProof<S>>where
S::Proof: IsUnset,
Sourcepub fn publisher(
self,
value: impl Into<String>,
) -> PersonBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
pub fn publisher(
self,
value: impl Into<String>,
) -> PersonBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
Sourcepub fn maybe_publisher(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
pub fn maybe_publisher(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
Sourcepub fn publisher_url(
self,
value: impl Into<String>,
) -> PersonBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
pub fn publisher_url(
self,
value: impl Into<String>,
) -> PersonBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
Sourcepub fn maybe_publisher_url(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
pub fn maybe_publisher_url(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
Sourcepub fn registration_number(
self,
value: impl Into<String>,
) -> PersonBuilder<SetRegistrationNumber<S>>where
S::RegistrationNumber: IsUnset,
pub fn registration_number(
self,
value: impl Into<String>,
) -> PersonBuilder<SetRegistrationNumber<S>>where
S::RegistrationNumber: IsUnset,
Sourcepub fn maybe_registration_number(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetRegistrationNumber<S>>where
S::RegistrationNumber: IsUnset,
pub fn maybe_registration_number(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetRegistrationNumber<S>>where
S::RegistrationNumber: IsUnset,
Sourcepub fn religion(self, value: impl Into<String>) -> PersonBuilder<SetReligion<S>>where
S::Religion: IsUnset,
pub fn religion(self, value: impl Into<String>) -> PersonBuilder<SetReligion<S>>where
S::Religion: IsUnset,
Sourcepub fn maybe_religion(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetReligion<S>>where
S::Religion: IsUnset,
pub fn maybe_religion(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetReligion<S>>where
S::Religion: IsUnset,
Sourcepub fn retrieved_at(
self,
value: impl Into<String>,
) -> PersonBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
pub fn retrieved_at(
self,
value: impl Into<String>,
) -> PersonBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
Sourcepub fn maybe_retrieved_at(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
pub fn maybe_retrieved_at(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
Sourcepub fn sayari_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetSayariId<S>>where
S::SayariId: IsUnset,
pub fn sayari_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetSayariId<S>>where
S::SayariId: IsUnset,
Sourcepub fn maybe_sayari_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSayariId<S>>where
S::SayariId: IsUnset,
pub fn maybe_sayari_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSayariId<S>>where
S::SayariId: IsUnset,
Sourcepub fn second_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetSecondName<S>>where
S::SecondName: IsUnset,
pub fn second_name(
self,
value: impl Into<String>,
) -> PersonBuilder<SetSecondName<S>>where
S::SecondName: IsUnset,
Sourcepub fn maybe_second_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSecondName<S>>where
S::SecondName: IsUnset,
pub fn maybe_second_name(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSecondName<S>>where
S::SecondName: IsUnset,
Sourcepub fn sector(self, value: impl Into<String>) -> PersonBuilder<SetSector<S>>where
S::Sector: IsUnset,
pub fn sector(self, value: impl Into<String>) -> PersonBuilder<SetSector<S>>where
S::Sector: IsUnset,
Sourcepub fn maybe_sector(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSector<S>>where
S::Sector: IsUnset,
pub fn maybe_sector(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSector<S>>where
S::Sector: IsUnset,
Sourcepub fn source_url(
self,
value: impl Into<String>,
) -> PersonBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
pub fn source_url(
self,
value: impl Into<String>,
) -> PersonBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
Sourcepub fn maybe_source_url(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
pub fn maybe_source_url(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
Sourcepub fn spoken_language(
self,
value: impl Into<String>,
) -> PersonBuilder<SetSpokenLanguage<S>>where
S::SpokenLanguage: IsUnset,
pub fn spoken_language(
self,
value: impl Into<String>,
) -> PersonBuilder<SetSpokenLanguage<S>>where
S::SpokenLanguage: IsUnset,
Sourcepub fn maybe_spoken_language(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSpokenLanguage<S>>where
S::SpokenLanguage: IsUnset,
pub fn maybe_spoken_language(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSpokenLanguage<S>>where
S::SpokenLanguage: IsUnset,
Sourcepub fn status(self, value: impl Into<String>) -> PersonBuilder<SetStatus<S>>where
S::Status: IsUnset,
pub fn status(self, value: impl Into<String>) -> PersonBuilder<SetStatus<S>>where
S::Status: IsUnset,
Sourcepub fn maybe_status(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetStatus<S>>where
S::Status: IsUnset,
pub fn maybe_status(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetStatus<S>>where
S::Status: IsUnset,
Sourcepub fn summary(self, value: impl Into<String>) -> PersonBuilder<SetSummary<S>>where
S::Summary: IsUnset,
pub fn summary(self, value: impl Into<String>) -> PersonBuilder<SetSummary<S>>where
S::Summary: IsUnset,
Sourcepub fn maybe_summary(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSummary<S>>where
S::Summary: IsUnset,
pub fn maybe_summary(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSummary<S>>where
S::Summary: IsUnset,
Sourcepub fn swift_bic(
self,
value: impl Into<String>,
) -> PersonBuilder<SetSwiftBic<S>>where
S::SwiftBic: IsUnset,
pub fn swift_bic(
self,
value: impl Into<String>,
) -> PersonBuilder<SetSwiftBic<S>>where
S::SwiftBic: IsUnset,
Sourcepub fn maybe_swift_bic(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSwiftBic<S>>where
S::SwiftBic: IsUnset,
pub fn maybe_swift_bic(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetSwiftBic<S>>where
S::SwiftBic: IsUnset,
Sourcepub fn tax_number(
self,
value: impl Into<String>,
) -> PersonBuilder<SetTaxNumber<S>>where
S::TaxNumber: IsUnset,
pub fn tax_number(
self,
value: impl Into<String>,
) -> PersonBuilder<SetTaxNumber<S>>where
S::TaxNumber: IsUnset,
Sourcepub fn maybe_tax_number(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetTaxNumber<S>>where
S::TaxNumber: IsUnset,
pub fn maybe_tax_number(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetTaxNumber<S>>where
S::TaxNumber: IsUnset,
Sourcepub fn tax_status(
self,
value: impl Into<String>,
) -> PersonBuilder<SetTaxStatus<S>>where
S::TaxStatus: IsUnset,
pub fn tax_status(
self,
value: impl Into<String>,
) -> PersonBuilder<SetTaxStatus<S>>where
S::TaxStatus: IsUnset,
Sourcepub fn maybe_tax_status(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetTaxStatus<S>>where
S::TaxStatus: IsUnset,
pub fn maybe_tax_status(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetTaxStatus<S>>where
S::TaxStatus: IsUnset,
Sourcepub fn title(self, value: impl Into<String>) -> PersonBuilder<SetTitle<S>>where
S::Title: IsUnset,
pub fn title(self, value: impl Into<String>) -> PersonBuilder<SetTitle<S>>where
S::Title: IsUnset,
Sourcepub fn maybe_title(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetTitle<S>>where
S::Title: IsUnset,
pub fn maybe_title(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetTitle<S>>where
S::Title: IsUnset,
Sourcepub fn topics(self, value: impl Into<String>) -> PersonBuilder<SetTopics<S>>where
S::Topics: IsUnset,
pub fn topics(self, value: impl Into<String>) -> PersonBuilder<SetTopics<S>>where
S::Topics: IsUnset,
Sourcepub fn maybe_topics(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetTopics<S>>where
S::Topics: IsUnset,
pub fn maybe_topics(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetTopics<S>>where
S::Topics: IsUnset,
Sourcepub fn unique_entity_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetUniqueEntityId<S>>where
S::UniqueEntityId: IsUnset,
pub fn unique_entity_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetUniqueEntityId<S>>where
S::UniqueEntityId: IsUnset,
Sourcepub fn maybe_unique_entity_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetUniqueEntityId<S>>where
S::UniqueEntityId: IsUnset,
pub fn maybe_unique_entity_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetUniqueEntityId<S>>where
S::UniqueEntityId: IsUnset,
Sourcepub fn usc_code(self, value: impl Into<String>) -> PersonBuilder<SetUscCode<S>>where
S::UscCode: IsUnset,
pub fn usc_code(self, value: impl Into<String>) -> PersonBuilder<SetUscCode<S>>where
S::UscCode: IsUnset,
Sourcepub fn maybe_usc_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetUscCode<S>>where
S::UscCode: IsUnset,
pub fn maybe_usc_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetUscCode<S>>where
S::UscCode: IsUnset,
Sourcepub fn vat_code(self, value: impl Into<String>) -> PersonBuilder<SetVatCode<S>>where
S::VatCode: IsUnset,
pub fn vat_code(self, value: impl Into<String>) -> PersonBuilder<SetVatCode<S>>where
S::VatCode: IsUnset,
Sourcepub fn maybe_vat_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetVatCode<S>>where
S::VatCode: IsUnset,
pub fn maybe_vat_code(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetVatCode<S>>where
S::VatCode: IsUnset,
Sourcepub fn weak_alias(
self,
value: impl Into<String>,
) -> PersonBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
pub fn weak_alias(
self,
value: impl Into<String>,
) -> PersonBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
Sourcepub fn maybe_weak_alias(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
pub fn maybe_weak_alias(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
Sourcepub fn website(self, value: impl Into<String>) -> PersonBuilder<SetWebsite<S>>where
S::Website: IsUnset,
pub fn website(self, value: impl Into<String>) -> PersonBuilder<SetWebsite<S>>where
S::Website: IsUnset,
Sourcepub fn maybe_website(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetWebsite<S>>where
S::Website: IsUnset,
pub fn maybe_website(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetWebsite<S>>where
S::Website: IsUnset,
Sourcepub fn weight(self, value: f64) -> PersonBuilder<SetWeight<S>>where
S::Weight: IsUnset,
pub fn weight(self, value: f64) -> PersonBuilder<SetWeight<S>>where
S::Weight: IsUnset,
Sourcepub fn maybe_weight(self, value: Option<f64>) -> PersonBuilder<SetWeight<S>>where
S::Weight: IsUnset,
pub fn maybe_weight(self, value: Option<f64>) -> PersonBuilder<SetWeight<S>>where
S::Weight: IsUnset,
Sourcepub fn wikidata_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
pub fn wikidata_id(
self,
value: impl Into<String>,
) -> PersonBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
Sourcepub fn maybe_wikidata_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
pub fn maybe_wikidata_id(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
Sourcepub fn wikipedia_url(
self,
value: impl Into<String>,
) -> PersonBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
pub fn wikipedia_url(
self,
value: impl Into<String>,
) -> PersonBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
Sourcepub fn maybe_wikipedia_url(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
pub fn maybe_wikipedia_url(
self,
value: Option<impl Into<String>>,
) -> PersonBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for PersonBuilder<S>
impl<S> RefUnwindSafe for PersonBuilder<S>
impl<S> Send for PersonBuilder<S>
impl<S> Sync for PersonBuilder<S>
impl<S> Unpin for PersonBuilder<S>
impl<S> UnsafeUnpin for PersonBuilder<S>
impl<S> UnwindSafe for PersonBuilder<S>
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