pub struct LegalEntityBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> LegalEntityBuilder<S>
impl<S: State> LegalEntityBuilder<S>
Sourcepub fn build(self) -> LegalEntitywhere
S: IsComplete,
pub fn build(self) -> LegalEntitywhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn id(self, value: String) -> LegalEntityBuilder<SetId<S>>where
S::Id: IsUnset,
pub fn id(self, value: String) -> LegalEntityBuilder<SetId<S>>where
S::Id: IsUnset,
Required.
Sourcepub fn schema(self, value: String) -> LegalEntityBuilder<SetSchema<S>>where
S::Schema: IsUnset,
pub fn schema(self, value: String) -> LegalEntityBuilder<SetSchema<S>>where
S::Schema: IsUnset,
Sourcepub fn maybe_schema(
self,
value: Option<String>,
) -> LegalEntityBuilder<SetSchema<S>>where
S::Schema: IsUnset,
pub fn maybe_schema(
self,
value: Option<String>,
) -> LegalEntityBuilder<SetSchema<S>>where
S::Schema: IsUnset,
Sourcepub fn abbreviation(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetAbbreviation<S>>where
S::Abbreviation: IsUnset,
pub fn abbreviation(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetAbbreviation<S>>where
S::Abbreviation: IsUnset,
Sourcepub fn maybe_abbreviation(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetAbbreviation<S>>where
S::Abbreviation: IsUnset,
pub fn maybe_abbreviation(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetAbbreviation<S>>where
S::Abbreviation: IsUnset,
Sourcepub fn address(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetAddress<S>>where
S::Address: IsUnset,
pub fn address(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetAddress<S>>where
S::Address: IsUnset,
Sourcepub fn maybe_address(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetAddress<S>>where
S::Address: IsUnset,
pub fn maybe_address(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetAddress<S>>where
S::Address: IsUnset,
Sourcepub fn address_entity(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
pub fn address_entity(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
Sourcepub fn maybe_address_entity(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
pub fn maybe_address_entity(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
Sourcepub fn aleph_url(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
pub fn aleph_url(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
Sourcepub fn maybe_aleph_url(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
pub fn maybe_aleph_url(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
Sourcepub fn alias(self, value: impl Into<String>) -> LegalEntityBuilder<SetAlias<S>>where
S::Alias: IsUnset,
pub fn alias(self, value: impl Into<String>) -> LegalEntityBuilder<SetAlias<S>>where
S::Alias: IsUnset,
Sourcepub fn maybe_alias(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetAlias<S>>where
S::Alias: IsUnset,
pub fn maybe_alias(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetAlias<S>>where
S::Alias: IsUnset,
Sourcepub fn bright_query_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetBrightQueryId<S>>where
S::BrightQueryId: IsUnset,
pub fn bright_query_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetBrightQueryId<S>>where
S::BrightQueryId: IsUnset,
Sourcepub fn maybe_bright_query_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetBrightQueryId<S>>where
S::BrightQueryId: IsUnset,
pub fn maybe_bright_query_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetBrightQueryId<S>>where
S::BrightQueryId: IsUnset,
Sourcepub fn bright_query_org_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetBrightQueryOrgId<S>>where
S::BrightQueryOrgId: IsUnset,
pub fn bright_query_org_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetBrightQueryOrgId<S>>where
S::BrightQueryOrgId: IsUnset,
Sourcepub fn maybe_bright_query_org_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetBrightQueryOrgId<S>>where
S::BrightQueryOrgId: IsUnset,
pub fn maybe_bright_query_org_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetBrightQueryOrgId<S>>where
S::BrightQueryOrgId: IsUnset,
Sourcepub fn bvd_id(self, value: impl Into<String>) -> LegalEntityBuilder<SetBvdId<S>>where
S::BvdId: IsUnset,
pub fn bvd_id(self, value: impl Into<String>) -> LegalEntityBuilder<SetBvdId<S>>where
S::BvdId: IsUnset,
Sourcepub fn maybe_bvd_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetBvdId<S>>where
S::BvdId: IsUnset,
pub fn maybe_bvd_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetBvdId<S>>where
S::BvdId: IsUnset,
Sourcepub fn classification(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetClassification<S>>where
S::Classification: IsUnset,
pub fn classification(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetClassification<S>>where
S::Classification: IsUnset,
Sourcepub fn maybe_classification(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetClassification<S>>where
S::Classification: IsUnset,
pub fn maybe_classification(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetClassification<S>>where
S::Classification: IsUnset,
Sourcepub fn country(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetCountry<S>>where
S::Country: IsUnset,
pub fn country(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetCountry<S>>where
S::Country: IsUnset,
Sourcepub fn maybe_country(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetCountry<S>>where
S::Country: IsUnset,
pub fn maybe_country(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetCountry<S>>where
S::Country: IsUnset,
Sourcepub fn created_at(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
pub fn created_at(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
Sourcepub fn maybe_created_at(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
pub fn maybe_created_at(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
Sourcepub fn description(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetDescription<S>>where
S::Description: IsUnset,
Sourcepub fn maybe_description(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetDescription<S>>where
S::Description: IsUnset,
Sourcepub fn dissolution_date(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetDissolutionDate<S>>where
S::DissolutionDate: IsUnset,
pub fn dissolution_date(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetDissolutionDate<S>>where
S::DissolutionDate: IsUnset,
Sourcepub fn maybe_dissolution_date(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetDissolutionDate<S>>where
S::DissolutionDate: IsUnset,
pub fn maybe_dissolution_date(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetDissolutionDate<S>>where
S::DissolutionDate: IsUnset,
Sourcepub fn duns_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetDunsCode<S>>where
S::DunsCode: IsUnset,
pub fn duns_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetDunsCode<S>>where
S::DunsCode: IsUnset,
Sourcepub fn maybe_duns_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetDunsCode<S>>where
S::DunsCode: IsUnset,
pub fn maybe_duns_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetDunsCode<S>>where
S::DunsCode: IsUnset,
Sourcepub fn email(self, value: impl Into<String>) -> LegalEntityBuilder<SetEmail<S>>where
S::Email: IsUnset,
pub fn email(self, value: impl Into<String>) -> LegalEntityBuilder<SetEmail<S>>where
S::Email: IsUnset,
Sourcepub fn maybe_email(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetEmail<S>>where
S::Email: IsUnset,
pub fn maybe_email(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetEmail<S>>where
S::Email: IsUnset,
Sourcepub fn icij_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetIcijId<S>>where
S::IcijId: IsUnset,
pub fn icij_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetIcijId<S>>where
S::IcijId: IsUnset,
Sourcepub fn maybe_icij_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetIcijId<S>>where
S::IcijId: IsUnset,
pub fn maybe_icij_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetIcijId<S>>where
S::IcijId: IsUnset,
Sourcepub fn id_number(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetIdNumber<S>>where
S::IdNumber: IsUnset,
pub fn id_number(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetIdNumber<S>>where
S::IdNumber: IsUnset,
Sourcepub fn maybe_id_number(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetIdNumber<S>>where
S::IdNumber: IsUnset,
pub fn maybe_id_number(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetIdNumber<S>>where
S::IdNumber: IsUnset,
Sourcepub fn incorporation_date(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetIncorporationDate<S>>where
S::IncorporationDate: IsUnset,
pub fn incorporation_date(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetIncorporationDate<S>>where
S::IncorporationDate: IsUnset,
Sourcepub fn maybe_incorporation_date(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetIncorporationDate<S>>where
S::IncorporationDate: IsUnset,
pub fn maybe_incorporation_date(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetIncorporationDate<S>>where
S::IncorporationDate: IsUnset,
Sourcepub fn index_text(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
pub fn index_text(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
Sourcepub fn maybe_index_text(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
pub fn maybe_index_text(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
Sourcepub fn inn_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetInnCode<S>>where
S::InnCode: IsUnset,
pub fn inn_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetInnCode<S>>where
S::InnCode: IsUnset,
Sourcepub fn maybe_inn_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetInnCode<S>>where
S::InnCode: IsUnset,
pub fn maybe_inn_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetInnCode<S>>where
S::InnCode: IsUnset,
Sourcepub fn jurisdiction(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetJurisdiction<S>>where
S::Jurisdiction: IsUnset,
pub fn jurisdiction(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetJurisdiction<S>>where
S::Jurisdiction: IsUnset,
Sourcepub fn maybe_jurisdiction(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetJurisdiction<S>>where
S::Jurisdiction: IsUnset,
pub fn maybe_jurisdiction(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetJurisdiction<S>>where
S::Jurisdiction: IsUnset,
Sourcepub fn keywords(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
pub fn keywords(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
Sourcepub fn maybe_keywords(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
pub fn maybe_keywords(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
Sourcepub fn legal_form(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetLegalForm<S>>where
S::LegalForm: IsUnset,
pub fn legal_form(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetLegalForm<S>>where
S::LegalForm: IsUnset,
Sourcepub fn maybe_legal_form(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetLegalForm<S>>where
S::LegalForm: IsUnset,
pub fn maybe_legal_form(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetLegalForm<S>>where
S::LegalForm: IsUnset,
Sourcepub fn lei_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetLeiCode<S>>where
S::LeiCode: IsUnset,
pub fn lei_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetLeiCode<S>>where
S::LeiCode: IsUnset,
Sourcepub fn maybe_lei_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetLeiCode<S>>where
S::LeiCode: IsUnset,
pub fn maybe_lei_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetLeiCode<S>>where
S::LeiCode: IsUnset,
Sourcepub fn license_number(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetLicenseNumber<S>>where
S::LicenseNumber: IsUnset,
pub fn license_number(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetLicenseNumber<S>>where
S::LicenseNumber: IsUnset,
Sourcepub fn maybe_license_number(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetLicenseNumber<S>>where
S::LicenseNumber: IsUnset,
pub fn maybe_license_number(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetLicenseNumber<S>>where
S::LicenseNumber: IsUnset,
Sourcepub fn main_country(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetMainCountry<S>>where
S::MainCountry: IsUnset,
pub fn main_country(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetMainCountry<S>>where
S::MainCountry: IsUnset,
Sourcepub fn maybe_main_country(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetMainCountry<S>>where
S::MainCountry: IsUnset,
pub fn maybe_main_country(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetMainCountry<S>>where
S::MainCountry: IsUnset,
Sourcepub fn modified_at(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
pub fn modified_at(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
Sourcepub fn maybe_modified_at(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
pub fn maybe_modified_at(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
Sourcepub fn name(self, value: impl Into<String>) -> LegalEntityBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(self, value: impl Into<String>) -> LegalEntityBuilder<SetName<S>>where
S::Name: IsUnset,
Required.
Property: Name
Sourcepub fn notes(self, value: impl Into<String>) -> LegalEntityBuilder<SetNotes<S>>where
S::Notes: IsUnset,
pub fn notes(self, value: impl Into<String>) -> LegalEntityBuilder<SetNotes<S>>where
S::Notes: IsUnset,
Sourcepub fn maybe_notes(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetNotes<S>>where
S::Notes: IsUnset,
pub fn maybe_notes(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetNotes<S>>where
S::Notes: IsUnset,
Sourcepub fn npi_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetNpiCode<S>>where
S::NpiCode: IsUnset,
pub fn npi_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetNpiCode<S>>where
S::NpiCode: IsUnset,
Sourcepub fn maybe_npi_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetNpiCode<S>>where
S::NpiCode: IsUnset,
pub fn maybe_npi_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetNpiCode<S>>where
S::NpiCode: IsUnset,
Sourcepub fn ogrn_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetOgrnCode<S>>where
S::OgrnCode: IsUnset,
pub fn ogrn_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetOgrnCode<S>>where
S::OgrnCode: IsUnset,
Sourcepub fn maybe_ogrn_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetOgrnCode<S>>where
S::OgrnCode: IsUnset,
pub fn maybe_ogrn_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetOgrnCode<S>>where
S::OgrnCode: IsUnset,
Sourcepub fn okpo_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetOkpoCode<S>>where
S::OkpoCode: IsUnset,
pub fn okpo_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetOkpoCode<S>>where
S::OkpoCode: IsUnset,
Sourcepub fn maybe_okpo_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetOkpoCode<S>>where
S::OkpoCode: IsUnset,
pub fn maybe_okpo_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetOkpoCode<S>>where
S::OkpoCode: IsUnset,
Sourcepub fn opencorporates_url(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetOpencorporatesUrl<S>>where
S::OpencorporatesUrl: IsUnset,
pub fn opencorporates_url(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetOpencorporatesUrl<S>>where
S::OpencorporatesUrl: IsUnset,
Sourcepub fn maybe_opencorporates_url(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetOpencorporatesUrl<S>>where
S::OpencorporatesUrl: IsUnset,
pub fn maybe_opencorporates_url(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetOpencorporatesUrl<S>>where
S::OpencorporatesUrl: IsUnset,
Sourcepub fn parent(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetParent<S>>where
S::Parent: IsUnset,
pub fn parent(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetParent<S>>where
S::Parent: IsUnset,
Sourcepub fn maybe_parent(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetParent<S>>where
S::Parent: IsUnset,
pub fn maybe_parent(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetParent<S>>where
S::Parent: IsUnset,
Sourcepub fn phone(self, value: impl Into<String>) -> LegalEntityBuilder<SetPhone<S>>where
S::Phone: IsUnset,
pub fn phone(self, value: impl Into<String>) -> LegalEntityBuilder<SetPhone<S>>where
S::Phone: IsUnset,
Sourcepub fn maybe_phone(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetPhone<S>>where
S::Phone: IsUnset,
pub fn maybe_phone(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetPhone<S>>where
S::Phone: IsUnset,
Sourcepub fn previous_name(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
pub fn previous_name(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
Sourcepub fn maybe_previous_name(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
pub fn maybe_previous_name(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
Sourcepub fn program(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetProgram<S>>where
S::Program: IsUnset,
pub fn program(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetProgram<S>>where
S::Program: IsUnset,
Sourcepub fn maybe_program(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetProgram<S>>where
S::Program: IsUnset,
pub fn maybe_program(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetProgram<S>>where
S::Program: IsUnset,
Sourcepub fn program_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
pub fn program_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
Sourcepub fn maybe_program_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
pub fn maybe_program_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
Sourcepub fn proof(self, value: impl Into<String>) -> LegalEntityBuilder<SetProof<S>>where
S::Proof: IsUnset,
pub fn proof(self, value: impl Into<String>) -> LegalEntityBuilder<SetProof<S>>where
S::Proof: IsUnset,
Sourcepub fn maybe_proof(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetProof<S>>where
S::Proof: IsUnset,
pub fn maybe_proof(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetProof<S>>where
S::Proof: IsUnset,
Sourcepub fn publisher(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
pub fn publisher(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
Sourcepub fn maybe_publisher(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
pub fn maybe_publisher(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
Sourcepub fn publisher_url(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
pub fn publisher_url(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
Sourcepub fn maybe_publisher_url(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
pub fn maybe_publisher_url(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
Sourcepub fn registration_number(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetRegistrationNumber<S>>where
S::RegistrationNumber: IsUnset,
pub fn registration_number(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetRegistrationNumber<S>>where
S::RegistrationNumber: IsUnset,
Sourcepub fn maybe_registration_number(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetRegistrationNumber<S>>where
S::RegistrationNumber: IsUnset,
pub fn maybe_registration_number(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetRegistrationNumber<S>>where
S::RegistrationNumber: IsUnset,
Sourcepub fn retrieved_at(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
pub fn retrieved_at(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
Sourcepub fn maybe_retrieved_at(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
pub fn maybe_retrieved_at(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
Sourcepub fn sayari_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetSayariId<S>>where
S::SayariId: IsUnset,
pub fn sayari_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetSayariId<S>>where
S::SayariId: IsUnset,
Sourcepub fn maybe_sayari_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetSayariId<S>>where
S::SayariId: IsUnset,
pub fn maybe_sayari_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetSayariId<S>>where
S::SayariId: IsUnset,
Sourcepub fn sector(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetSector<S>>where
S::Sector: IsUnset,
pub fn sector(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetSector<S>>where
S::Sector: IsUnset,
Sourcepub fn maybe_sector(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetSector<S>>where
S::Sector: IsUnset,
pub fn maybe_sector(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetSector<S>>where
S::Sector: IsUnset,
Sourcepub fn source_url(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
pub fn source_url(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
Sourcepub fn maybe_source_url(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
pub fn maybe_source_url(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
Sourcepub fn status(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetStatus<S>>where
S::Status: IsUnset,
pub fn status(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetStatus<S>>where
S::Status: IsUnset,
Sourcepub fn maybe_status(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetStatus<S>>where
S::Status: IsUnset,
pub fn maybe_status(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetStatus<S>>where
S::Status: IsUnset,
Sourcepub fn summary(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetSummary<S>>where
S::Summary: IsUnset,
pub fn summary(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetSummary<S>>where
S::Summary: IsUnset,
Sourcepub fn maybe_summary(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetSummary<S>>where
S::Summary: IsUnset,
pub fn maybe_summary(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetSummary<S>>where
S::Summary: IsUnset,
Sourcepub fn swift_bic(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetSwiftBic<S>>where
S::SwiftBic: IsUnset,
pub fn swift_bic(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetSwiftBic<S>>where
S::SwiftBic: IsUnset,
Sourcepub fn maybe_swift_bic(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetSwiftBic<S>>where
S::SwiftBic: IsUnset,
pub fn maybe_swift_bic(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetSwiftBic<S>>where
S::SwiftBic: IsUnset,
Sourcepub fn tax_number(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetTaxNumber<S>>where
S::TaxNumber: IsUnset,
pub fn tax_number(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetTaxNumber<S>>where
S::TaxNumber: IsUnset,
Sourcepub fn maybe_tax_number(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetTaxNumber<S>>where
S::TaxNumber: IsUnset,
pub fn maybe_tax_number(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetTaxNumber<S>>where
S::TaxNumber: IsUnset,
Sourcepub fn tax_status(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetTaxStatus<S>>where
S::TaxStatus: IsUnset,
pub fn tax_status(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetTaxStatus<S>>where
S::TaxStatus: IsUnset,
Sourcepub fn maybe_tax_status(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetTaxStatus<S>>where
S::TaxStatus: IsUnset,
pub fn maybe_tax_status(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetTaxStatus<S>>where
S::TaxStatus: IsUnset,
Sourcepub fn topics(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetTopics<S>>where
S::Topics: IsUnset,
pub fn topics(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetTopics<S>>where
S::Topics: IsUnset,
Sourcepub fn maybe_topics(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetTopics<S>>where
S::Topics: IsUnset,
pub fn maybe_topics(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetTopics<S>>where
S::Topics: IsUnset,
Sourcepub fn unique_entity_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetUniqueEntityId<S>>where
S::UniqueEntityId: IsUnset,
pub fn unique_entity_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetUniqueEntityId<S>>where
S::UniqueEntityId: IsUnset,
Sourcepub fn maybe_unique_entity_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetUniqueEntityId<S>>where
S::UniqueEntityId: IsUnset,
pub fn maybe_unique_entity_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetUniqueEntityId<S>>where
S::UniqueEntityId: IsUnset,
Sourcepub fn usc_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetUscCode<S>>where
S::UscCode: IsUnset,
pub fn usc_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetUscCode<S>>where
S::UscCode: IsUnset,
Sourcepub fn maybe_usc_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetUscCode<S>>where
S::UscCode: IsUnset,
pub fn maybe_usc_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetUscCode<S>>where
S::UscCode: IsUnset,
Sourcepub fn vat_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetVatCode<S>>where
S::VatCode: IsUnset,
pub fn vat_code(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetVatCode<S>>where
S::VatCode: IsUnset,
Sourcepub fn maybe_vat_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetVatCode<S>>where
S::VatCode: IsUnset,
pub fn maybe_vat_code(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetVatCode<S>>where
S::VatCode: IsUnset,
Sourcepub fn weak_alias(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
pub fn weak_alias(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
Sourcepub fn maybe_weak_alias(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
pub fn maybe_weak_alias(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
Sourcepub fn website(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetWebsite<S>>where
S::Website: IsUnset,
pub fn website(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetWebsite<S>>where
S::Website: IsUnset,
Sourcepub fn maybe_website(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetWebsite<S>>where
S::Website: IsUnset,
pub fn maybe_website(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetWebsite<S>>where
S::Website: IsUnset,
Sourcepub fn wikidata_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
pub fn wikidata_id(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
Sourcepub fn maybe_wikidata_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
pub fn maybe_wikidata_id(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
Sourcepub fn wikipedia_url(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
pub fn wikipedia_url(
self,
value: impl Into<String>,
) -> LegalEntityBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
Sourcepub fn maybe_wikipedia_url(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
pub fn maybe_wikipedia_url(
self,
value: Option<impl Into<String>>,
) -> LegalEntityBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for LegalEntityBuilder<S>
impl<S> RefUnwindSafe for LegalEntityBuilder<S>
impl<S> Send for LegalEntityBuilder<S>
impl<S> Sync for LegalEntityBuilder<S>
impl<S> Unpin for LegalEntityBuilder<S>
impl<S> UnsafeUnpin for LegalEntityBuilder<S>
impl<S> UnwindSafe for LegalEntityBuilder<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