pub struct EconomicActivityBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> EconomicActivityBuilder<S>
impl<S: State> EconomicActivityBuilder<S>
Sourcepub fn build(self) -> EconomicActivitywhere
S: IsComplete,
pub fn build(self) -> EconomicActivitywhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn id(self, value: String) -> EconomicActivityBuilder<SetId<S>>where
S::Id: IsUnset,
pub fn id(self, value: String) -> EconomicActivityBuilder<SetId<S>>where
S::Id: IsUnset,
Required.
Sourcepub fn schema(self, value: String) -> EconomicActivityBuilder<SetSchema<S>>where
S::Schema: IsUnset,
pub fn schema(self, value: String) -> EconomicActivityBuilder<SetSchema<S>>where
S::Schema: IsUnset,
Sourcepub fn maybe_schema(
self,
value: Option<String>,
) -> EconomicActivityBuilder<SetSchema<S>>where
S::Schema: IsUnset,
pub fn maybe_schema(
self,
value: Option<String>,
) -> EconomicActivityBuilder<SetSchema<S>>where
S::Schema: IsUnset,
Sourcepub fn aleph_url(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
pub fn aleph_url(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
Sourcepub fn maybe_aleph_url(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
pub fn maybe_aleph_url(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
Sourcepub fn bank_account(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetBankAccount<S>>where
S::BankAccount: IsUnset,
pub fn bank_account(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetBankAccount<S>>where
S::BankAccount: IsUnset,
Sourcepub fn maybe_bank_account(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetBankAccount<S>>where
S::BankAccount: IsUnset,
pub fn maybe_bank_account(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetBankAccount<S>>where
S::BankAccount: IsUnset,
Sourcepub fn bank_foreign(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetBankForeign<S>>where
S::BankForeign: IsUnset,
pub fn bank_foreign(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetBankForeign<S>>where
S::BankForeign: IsUnset,
Sourcepub fn maybe_bank_foreign(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetBankForeign<S>>where
S::BankForeign: IsUnset,
pub fn maybe_bank_foreign(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetBankForeign<S>>where
S::BankForeign: IsUnset,
Sourcepub fn bank_rub(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetBankRub<S>>where
S::BankRub: IsUnset,
pub fn bank_rub(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetBankRub<S>>where
S::BankRub: IsUnset,
Sourcepub fn maybe_bank_rub(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetBankRub<S>>where
S::BankRub: IsUnset,
pub fn maybe_bank_rub(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetBankRub<S>>where
S::BankRub: IsUnset,
Sourcepub fn ccd_number(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetCcdNumber<S>>where
S::CcdNumber: IsUnset,
pub fn ccd_number(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetCcdNumber<S>>where
S::CcdNumber: IsUnset,
Sourcepub fn maybe_ccd_number(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetCcdNumber<S>>where
S::CcdNumber: IsUnset,
pub fn maybe_ccd_number(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetCcdNumber<S>>where
S::CcdNumber: IsUnset,
Sourcepub fn ccd_value(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetCcdValue<S>>where
S::CcdValue: IsUnset,
pub fn ccd_value(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetCcdValue<S>>where
S::CcdValue: IsUnset,
Sourcepub fn maybe_ccd_value(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetCcdValue<S>>where
S::CcdValue: IsUnset,
pub fn maybe_ccd_value(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetCcdValue<S>>where
S::CcdValue: IsUnset,
Sourcepub fn contract(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetContract<S>>where
S::Contract: IsUnset,
pub fn contract(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetContract<S>>where
S::Contract: IsUnset,
Sourcepub fn maybe_contract(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetContract<S>>where
S::Contract: IsUnset,
pub fn maybe_contract(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetContract<S>>where
S::Contract: IsUnset,
Sourcepub fn contract_holder(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetContractHolder<S>>where
S::ContractHolder: IsUnset,
pub fn contract_holder(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetContractHolder<S>>where
S::ContractHolder: IsUnset,
Sourcepub fn maybe_contract_holder(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetContractHolder<S>>where
S::ContractHolder: IsUnset,
pub fn maybe_contract_holder(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetContractHolder<S>>where
S::ContractHolder: IsUnset,
Sourcepub fn customs_amount(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetCustomsAmount<S>>where
S::CustomsAmount: IsUnset,
pub fn customs_amount(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetCustomsAmount<S>>where
S::CustomsAmount: IsUnset,
Sourcepub fn maybe_customs_amount(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetCustomsAmount<S>>where
S::CustomsAmount: IsUnset,
pub fn maybe_customs_amount(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetCustomsAmount<S>>where
S::CustomsAmount: IsUnset,
Sourcepub fn customs_procedure(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetCustomsProcedure<S>>where
S::CustomsProcedure: IsUnset,
pub fn customs_procedure(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetCustomsProcedure<S>>where
S::CustomsProcedure: IsUnset,
Sourcepub fn maybe_customs_procedure(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetCustomsProcedure<S>>where
S::CustomsProcedure: IsUnset,
pub fn maybe_customs_procedure(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetCustomsProcedure<S>>where
S::CustomsProcedure: IsUnset,
Sourcepub fn date(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDate<S>>where
S::Date: IsUnset,
pub fn date(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDate<S>>where
S::Date: IsUnset,
Sourcepub fn maybe_date(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDate<S>>where
S::Date: IsUnset,
pub fn maybe_date(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDate<S>>where
S::Date: IsUnset,
Sourcepub fn declarant(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDeclarant<S>>where
S::Declarant: IsUnset,
pub fn declarant(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDeclarant<S>>where
S::Declarant: IsUnset,
Sourcepub fn maybe_declarant(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDeclarant<S>>where
S::Declarant: IsUnset,
pub fn maybe_declarant(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDeclarant<S>>where
S::Declarant: IsUnset,
Sourcepub fn departure_country(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDepartureCountry<S>>where
S::DepartureCountry: IsUnset,
pub fn departure_country(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDepartureCountry<S>>where
S::DepartureCountry: IsUnset,
Sourcepub fn maybe_departure_country(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDepartureCountry<S>>where
S::DepartureCountry: IsUnset,
pub fn maybe_departure_country(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDepartureCountry<S>>where
S::DepartureCountry: IsUnset,
Sourcepub fn description(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDescription<S>>where
S::Description: IsUnset,
Sourcepub fn maybe_description(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDescription<S>>where
S::Description: IsUnset,
Sourcepub fn destination_country(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDestinationCountry<S>>where
S::DestinationCountry: IsUnset,
pub fn destination_country(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDestinationCountry<S>>where
S::DestinationCountry: IsUnset,
Sourcepub fn maybe_destination_country(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDestinationCountry<S>>where
S::DestinationCountry: IsUnset,
pub fn maybe_destination_country(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDestinationCountry<S>>where
S::DestinationCountry: IsUnset,
Sourcepub fn direction_of_transportation(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDirectionOfTransportation<S>>where
S::DirectionOfTransportation: IsUnset,
pub fn direction_of_transportation(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDirectionOfTransportation<S>>where
S::DirectionOfTransportation: IsUnset,
Sourcepub fn maybe_direction_of_transportation(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDirectionOfTransportation<S>>where
S::DirectionOfTransportation: IsUnset,
pub fn maybe_direction_of_transportation(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDirectionOfTransportation<S>>where
S::DirectionOfTransportation: IsUnset,
Sourcepub fn dollar_exch_rate(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDollarExchRate<S>>where
S::DollarExchRate: IsUnset,
pub fn dollar_exch_rate(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetDollarExchRate<S>>where
S::DollarExchRate: IsUnset,
Sourcepub fn maybe_dollar_exch_rate(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDollarExchRate<S>>where
S::DollarExchRate: IsUnset,
pub fn maybe_dollar_exch_rate(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetDollarExchRate<S>>where
S::DollarExchRate: IsUnset,
Sourcepub fn end_date(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetEndDate<S>>where
S::EndDate: IsUnset,
pub fn end_date(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetEndDate<S>>where
S::EndDate: IsUnset,
Sourcepub fn maybe_end_date(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetEndDate<S>>where
S::EndDate: IsUnset,
pub fn maybe_end_date(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetEndDate<S>>where
S::EndDate: IsUnset,
Sourcepub fn goods_description(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetGoodsDescription<S>>where
S::GoodsDescription: IsUnset,
pub fn goods_description(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetGoodsDescription<S>>where
S::GoodsDescription: IsUnset,
Sourcepub fn maybe_goods_description(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetGoodsDescription<S>>where
S::GoodsDescription: IsUnset,
pub fn maybe_goods_description(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetGoodsDescription<S>>where
S::GoodsDescription: IsUnset,
Sourcepub fn index_text(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
pub fn index_text(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
Sourcepub fn maybe_index_text(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
pub fn maybe_index_text(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
Sourcepub fn invoice_amount(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetInvoiceAmount<S>>where
S::InvoiceAmount: IsUnset,
pub fn invoice_amount(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetInvoiceAmount<S>>where
S::InvoiceAmount: IsUnset,
Sourcepub fn maybe_invoice_amount(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetInvoiceAmount<S>>where
S::InvoiceAmount: IsUnset,
pub fn maybe_invoice_amount(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetInvoiceAmount<S>>where
S::InvoiceAmount: IsUnset,
Sourcepub fn modified_at(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
pub fn modified_at(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
Sourcepub fn maybe_modified_at(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
pub fn maybe_modified_at(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
Sourcepub fn names_mentioned(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
pub fn names_mentioned(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
Sourcepub fn maybe_names_mentioned(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
pub fn maybe_names_mentioned(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
Sourcepub fn origin_country(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetOriginCountry<S>>where
S::OriginCountry: IsUnset,
pub fn origin_country(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetOriginCountry<S>>where
S::OriginCountry: IsUnset,
Sourcepub fn maybe_origin_country(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetOriginCountry<S>>where
S::OriginCountry: IsUnset,
pub fn maybe_origin_country(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetOriginCountry<S>>where
S::OriginCountry: IsUnset,
Sourcepub fn proof(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetProof<S>>where
S::Proof: IsUnset,
pub fn proof(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetProof<S>>where
S::Proof: IsUnset,
Sourcepub fn maybe_proof(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetProof<S>>where
S::Proof: IsUnset,
pub fn maybe_proof(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetProof<S>>where
S::Proof: IsUnset,
Sourcepub fn publisher(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
pub fn publisher(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
Sourcepub fn maybe_publisher(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
pub fn maybe_publisher(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
Sourcepub fn publisher_url(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
pub fn publisher_url(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
Sourcepub fn maybe_publisher_url(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
pub fn maybe_publisher_url(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
Sourcepub fn receiver(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetReceiver<S>>where
S::Receiver: IsUnset,
pub fn receiver(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetReceiver<S>>where
S::Receiver: IsUnset,
Sourcepub fn maybe_receiver(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetReceiver<S>>where
S::Receiver: IsUnset,
pub fn maybe_receiver(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetReceiver<S>>where
S::Receiver: IsUnset,
Sourcepub fn record_id(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetRecordId<S>>where
S::RecordId: IsUnset,
pub fn record_id(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetRecordId<S>>where
S::RecordId: IsUnset,
Sourcepub fn maybe_record_id(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetRecordId<S>>where
S::RecordId: IsUnset,
pub fn maybe_record_id(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetRecordId<S>>where
S::RecordId: IsUnset,
Sourcepub fn retrieved_at(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
pub fn retrieved_at(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
Sourcepub fn maybe_retrieved_at(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
pub fn maybe_retrieved_at(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
Sourcepub fn sender(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetSender<S>>where
S::Sender: IsUnset,
pub fn sender(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetSender<S>>where
S::Sender: IsUnset,
Sourcepub fn maybe_sender(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetSender<S>>where
S::Sender: IsUnset,
pub fn maybe_sender(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetSender<S>>where
S::Sender: IsUnset,
Sourcepub fn source_url(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
pub fn source_url(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
Sourcepub fn maybe_source_url(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
pub fn maybe_source_url(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
Sourcepub fn start_date(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetStartDate<S>>where
S::StartDate: IsUnset,
pub fn start_date(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetStartDate<S>>where
S::StartDate: IsUnset,
Sourcepub fn maybe_start_date(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetStartDate<S>>where
S::StartDate: IsUnset,
pub fn maybe_start_date(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetStartDate<S>>where
S::StartDate: IsUnset,
Sourcepub fn summary(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetSummary<S>>where
S::Summary: IsUnset,
pub fn summary(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetSummary<S>>where
S::Summary: IsUnset,
Sourcepub fn maybe_summary(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetSummary<S>>where
S::Summary: IsUnset,
pub fn maybe_summary(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetSummary<S>>where
S::Summary: IsUnset,
Sourcepub fn trading_country(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetTradingCountry<S>>where
S::TradingCountry: IsUnset,
pub fn trading_country(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetTradingCountry<S>>where
S::TradingCountry: IsUnset,
Sourcepub fn maybe_trading_country(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetTradingCountry<S>>where
S::TradingCountry: IsUnset,
pub fn maybe_trading_country(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetTradingCountry<S>>where
S::TradingCountry: IsUnset,
Sourcepub fn transport(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetTransport<S>>where
S::Transport: IsUnset,
pub fn transport(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetTransport<S>>where
S::Transport: IsUnset,
Sourcepub fn maybe_transport(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetTransport<S>>where
S::Transport: IsUnset,
pub fn maybe_transport(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetTransport<S>>where
S::Transport: IsUnset,
Sourcepub fn ved_code(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetVedCode<S>>where
S::VedCode: IsUnset,
pub fn ved_code(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetVedCode<S>>where
S::VedCode: IsUnset,
Sourcepub fn maybe_ved_code(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetVedCode<S>>where
S::VedCode: IsUnset,
pub fn maybe_ved_code(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetVedCode<S>>where
S::VedCode: IsUnset,
Sourcepub fn ved_code_description(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetVedCodeDescription<S>>where
S::VedCodeDescription: IsUnset,
pub fn ved_code_description(
self,
value: impl Into<String>,
) -> EconomicActivityBuilder<SetVedCodeDescription<S>>where
S::VedCodeDescription: IsUnset,
Sourcepub fn maybe_ved_code_description(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetVedCodeDescription<S>>where
S::VedCodeDescription: IsUnset,
pub fn maybe_ved_code_description(
self,
value: Option<impl Into<String>>,
) -> EconomicActivityBuilder<SetVedCodeDescription<S>>where
S::VedCodeDescription: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for EconomicActivityBuilder<S>
impl<S> RefUnwindSafe for EconomicActivityBuilder<S>
impl<S> Send for EconomicActivityBuilder<S>
impl<S> Sync for EconomicActivityBuilder<S>
impl<S> Unpin for EconomicActivityBuilder<S>
impl<S> UnsafeUnpin for EconomicActivityBuilder<S>
impl<S> UnwindSafe for EconomicActivityBuilder<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