pub struct CallForTendersBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> CallForTendersBuilder<S>
impl<S: State> CallForTendersBuilder<S>
Sourcepub fn build(self) -> CallForTenderswhere
S: IsComplete,
pub fn build(self) -> CallForTenderswhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn id(self, value: String) -> CallForTendersBuilder<SetId<S>>where
S::Id: IsUnset,
pub fn id(self, value: String) -> CallForTendersBuilder<SetId<S>>where
S::Id: IsUnset,
Required.
Sourcepub fn schema(self, value: String) -> CallForTendersBuilder<SetSchema<S>>where
S::Schema: IsUnset,
pub fn schema(self, value: String) -> CallForTendersBuilder<SetSchema<S>>where
S::Schema: IsUnset,
Sourcepub fn maybe_schema(
self,
value: Option<String>,
) -> CallForTendersBuilder<SetSchema<S>>where
S::Schema: IsUnset,
pub fn maybe_schema(
self,
value: Option<String>,
) -> CallForTendersBuilder<SetSchema<S>>where
S::Schema: IsUnset,
Sourcepub fn address(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAddress<S>>where
S::Address: IsUnset,
pub fn address(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAddress<S>>where
S::Address: IsUnset,
Sourcepub fn maybe_address(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAddress<S>>where
S::Address: IsUnset,
pub fn maybe_address(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAddress<S>>where
S::Address: IsUnset,
Sourcepub fn address_entity(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
pub fn address_entity(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
Sourcepub fn maybe_address_entity(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
pub fn maybe_address_entity(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
Sourcepub fn aleph_url(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
pub fn aleph_url(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
Sourcepub fn maybe_aleph_url(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
pub fn maybe_aleph_url(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
Sourcepub fn alias(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAlias<S>>where
S::Alias: IsUnset,
pub fn alias(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAlias<S>>where
S::Alias: IsUnset,
Sourcepub fn maybe_alias(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAlias<S>>where
S::Alias: IsUnset,
pub fn maybe_alias(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAlias<S>>where
S::Alias: IsUnset,
Required.
Property: Name of contracting authority
Sourcepub fn award_notice_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAwardNoticeDate<S>>where
S::AwardNoticeDate: IsUnset,
pub fn award_notice_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAwardNoticeDate<S>>where
S::AwardNoticeDate: IsUnset,
Sourcepub fn maybe_award_notice_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAwardNoticeDate<S>>where
S::AwardNoticeDate: IsUnset,
pub fn maybe_award_notice_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAwardNoticeDate<S>>where
S::AwardNoticeDate: IsUnset,
Sourcepub fn awarded_in_lots(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAwardedInLots<S>>where
S::AwardedInLots: IsUnset,
pub fn awarded_in_lots(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAwardedInLots<S>>where
S::AwardedInLots: IsUnset,
Sourcepub fn maybe_awarded_in_lots(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAwardedInLots<S>>where
S::AwardedInLots: IsUnset,
pub fn maybe_awarded_in_lots(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAwardedInLots<S>>where
S::AwardedInLots: IsUnset,
Sourcepub fn awarding_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAwardingDate<S>>where
S::AwardingDate: IsUnset,
pub fn awarding_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetAwardingDate<S>>where
S::AwardingDate: IsUnset,
Sourcepub fn maybe_awarding_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAwardingDate<S>>where
S::AwardingDate: IsUnset,
pub fn maybe_awarding_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetAwardingDate<S>>where
S::AwardingDate: IsUnset,
Sourcepub fn call_id(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetCallId<S>>where
S::CallId: IsUnset,
pub fn call_id(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetCallId<S>>where
S::CallId: IsUnset,
Sourcepub fn maybe_call_id(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetCallId<S>>where
S::CallId: IsUnset,
pub fn maybe_call_id(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetCallId<S>>where
S::CallId: IsUnset,
Sourcepub fn certification_check(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetCertificationCheck<S>>where
S::CertificationCheck: IsUnset,
pub fn certification_check(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetCertificationCheck<S>>where
S::CertificationCheck: IsUnset,
Sourcepub fn maybe_certification_check(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetCertificationCheck<S>>where
S::CertificationCheck: IsUnset,
pub fn maybe_certification_check(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetCertificationCheck<S>>where
S::CertificationCheck: IsUnset,
Sourcepub fn clarification_deadline(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetClarificationDeadline<S>>where
S::ClarificationDeadline: IsUnset,
pub fn clarification_deadline(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetClarificationDeadline<S>>where
S::ClarificationDeadline: IsUnset,
Sourcepub fn maybe_clarification_deadline(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetClarificationDeadline<S>>where
S::ClarificationDeadline: IsUnset,
pub fn maybe_clarification_deadline(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetClarificationDeadline<S>>where
S::ClarificationDeadline: IsUnset,
Sourcepub fn contract_notice_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetContractNoticeDate<S>>where
S::ContractNoticeDate: IsUnset,
pub fn contract_notice_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetContractNoticeDate<S>>where
S::ContractNoticeDate: IsUnset,
Sourcepub fn maybe_contract_notice_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetContractNoticeDate<S>>where
S::ContractNoticeDate: IsUnset,
pub fn maybe_contract_notice_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetContractNoticeDate<S>>where
S::ContractNoticeDate: IsUnset,
Sourcepub fn country(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetCountry<S>>where
S::Country: IsUnset,
pub fn country(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetCountry<S>>where
S::Country: IsUnset,
Sourcepub fn maybe_country(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetCountry<S>>where
S::Country: IsUnset,
pub fn maybe_country(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetCountry<S>>where
S::Country: IsUnset,
Sourcepub fn cpv_code(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetCpvCode<S>>where
S::CpvCode: IsUnset,
pub fn cpv_code(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetCpvCode<S>>where
S::CpvCode: IsUnset,
Sourcepub fn maybe_cpv_code(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetCpvCode<S>>where
S::CpvCode: IsUnset,
pub fn maybe_cpv_code(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetCpvCode<S>>where
S::CpvCode: IsUnset,
Sourcepub fn created_at(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
pub fn created_at(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
Sourcepub fn maybe_created_at(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
pub fn maybe_created_at(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
Sourcepub fn date(self, value: impl Into<String>) -> CallForTendersBuilder<SetDate<S>>where
S::Date: IsUnset,
pub fn date(self, value: impl Into<String>) -> CallForTendersBuilder<SetDate<S>>where
S::Date: IsUnset,
Sourcepub fn maybe_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetDate<S>>where
S::Date: IsUnset,
pub fn maybe_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetDate<S>>where
S::Date: IsUnset,
Sourcepub fn description(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetDescription<S>>where
S::Description: IsUnset,
Sourcepub fn maybe_description(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetDescription<S>>where
S::Description: IsUnset,
Sourcepub fn directive(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetDirective<S>>where
S::Directive: IsUnset,
pub fn directive(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetDirective<S>>where
S::Directive: IsUnset,
Sourcepub fn maybe_directive(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetDirective<S>>where
S::Directive: IsUnset,
pub fn maybe_directive(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetDirective<S>>where
S::Directive: IsUnset,
Sourcepub fn end_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetEndDate<S>>where
S::EndDate: IsUnset,
pub fn end_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetEndDate<S>>where
S::EndDate: IsUnset,
Sourcepub fn maybe_end_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetEndDate<S>>where
S::EndDate: IsUnset,
pub fn maybe_end_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetEndDate<S>>where
S::EndDate: IsUnset,
Sourcepub fn eu_funding(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetEuFunding<S>>where
S::EuFunding: IsUnset,
pub fn eu_funding(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetEuFunding<S>>where
S::EuFunding: IsUnset,
Sourcepub fn maybe_eu_funding(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetEuFunding<S>>where
S::EuFunding: IsUnset,
pub fn maybe_eu_funding(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetEuFunding<S>>where
S::EuFunding: IsUnset,
Sourcepub fn evaluation_mechanism(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetEvaluationMechanism<S>>where
S::EvaluationMechanism: IsUnset,
pub fn evaluation_mechanism(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetEvaluationMechanism<S>>where
S::EvaluationMechanism: IsUnset,
Sourcepub fn maybe_evaluation_mechanism(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetEvaluationMechanism<S>>where
S::EvaluationMechanism: IsUnset,
pub fn maybe_evaluation_mechanism(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetEvaluationMechanism<S>>where
S::EvaluationMechanism: IsUnset,
Sourcepub fn falls_under_gppscope(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetFallsUnderGppscope<S>>where
S::FallsUnderGppscope: IsUnset,
pub fn falls_under_gppscope(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetFallsUnderGppscope<S>>where
S::FallsUnderGppscope: IsUnset,
Sourcepub fn maybe_falls_under_gppscope(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetFallsUnderGppscope<S>>where
S::FallsUnderGppscope: IsUnset,
pub fn maybe_falls_under_gppscope(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetFallsUnderGppscope<S>>where
S::FallsUnderGppscope: IsUnset,
Sourcepub fn index_text(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
pub fn index_text(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
Sourcepub fn maybe_index_text(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
pub fn maybe_index_text(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
Sourcepub fn involves_outcome(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetInvolvesOutcome<S>>where
S::InvolvesOutcome: IsUnset,
pub fn involves_outcome(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetInvolvesOutcome<S>>where
S::InvolvesOutcome: IsUnset,
Sourcepub fn maybe_involves_outcome(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetInvolvesOutcome<S>>where
S::InvolvesOutcome: IsUnset,
pub fn maybe_involves_outcome(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetInvolvesOutcome<S>>where
S::InvolvesOutcome: IsUnset,
Sourcepub fn keywords(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
pub fn keywords(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
Sourcepub fn maybe_keywords(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
pub fn maybe_keywords(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
Sourcepub fn lots_names(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetLotsNames<S>>where
S::LotsNames: IsUnset,
pub fn lots_names(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetLotsNames<S>>where
S::LotsNames: IsUnset,
Sourcepub fn maybe_lots_names(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetLotsNames<S>>where
S::LotsNames: IsUnset,
pub fn maybe_lots_names(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetLotsNames<S>>where
S::LotsNames: IsUnset,
Sourcepub fn maximum_number_of_lots(
self,
value: f64,
) -> CallForTendersBuilder<SetMaximumNumberOfLots<S>>where
S::MaximumNumberOfLots: IsUnset,
pub fn maximum_number_of_lots(
self,
value: f64,
) -> CallForTendersBuilder<SetMaximumNumberOfLots<S>>where
S::MaximumNumberOfLots: IsUnset,
Sourcepub fn maybe_maximum_number_of_lots(
self,
value: Option<f64>,
) -> CallForTendersBuilder<SetMaximumNumberOfLots<S>>where
S::MaximumNumberOfLots: IsUnset,
pub fn maybe_maximum_number_of_lots(
self,
value: Option<f64>,
) -> CallForTendersBuilder<SetMaximumNumberOfLots<S>>where
S::MaximumNumberOfLots: IsUnset,
Sourcepub fn modified_at(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
pub fn modified_at(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
Sourcepub fn maybe_modified_at(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
pub fn maybe_modified_at(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
Sourcepub fn multiple_tenders(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetMultipleTenders<S>>where
S::MultipleTenders: IsUnset,
pub fn multiple_tenders(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetMultipleTenders<S>>where
S::MultipleTenders: IsUnset,
Sourcepub fn maybe_multiple_tenders(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetMultipleTenders<S>>where
S::MultipleTenders: IsUnset,
pub fn maybe_multiple_tenders(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetMultipleTenders<S>>where
S::MultipleTenders: IsUnset,
Sourcepub fn name(self, value: impl Into<String>) -> CallForTendersBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(self, value: impl Into<String>) -> CallForTendersBuilder<SetName<S>>where
S::Name: IsUnset,
Required.
Property: Name
Sourcepub fn names_mentioned(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
pub fn names_mentioned(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
Sourcepub fn maybe_names_mentioned(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
pub fn maybe_names_mentioned(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
Sourcepub fn notes(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetNotes<S>>where
S::Notes: IsUnset,
pub fn notes(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetNotes<S>>where
S::Notes: IsUnset,
Sourcepub fn maybe_notes(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetNotes<S>>where
S::Notes: IsUnset,
pub fn maybe_notes(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetNotes<S>>where
S::Notes: IsUnset,
Sourcepub fn number_of_lots(
self,
value: f64,
) -> CallForTendersBuilder<SetNumberOfLots<S>>where
S::NumberOfLots: IsUnset,
pub fn number_of_lots(
self,
value: f64,
) -> CallForTendersBuilder<SetNumberOfLots<S>>where
S::NumberOfLots: IsUnset,
Sourcepub fn maybe_number_of_lots(
self,
value: Option<f64>,
) -> CallForTendersBuilder<SetNumberOfLots<S>>where
S::NumberOfLots: IsUnset,
pub fn maybe_number_of_lots(
self,
value: Option<f64>,
) -> CallForTendersBuilder<SetNumberOfLots<S>>where
S::NumberOfLots: IsUnset,
Sourcepub fn nuts_code(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetNutsCode<S>>where
S::NutsCode: IsUnset,
pub fn nuts_code(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetNutsCode<S>>where
S::NutsCode: IsUnset,
Sourcepub fn maybe_nuts_code(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetNutsCode<S>>where
S::NutsCode: IsUnset,
pub fn maybe_nuts_code(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetNutsCode<S>>where
S::NutsCode: IsUnset,
Sourcepub fn on_behalf_of(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetOnBehalfOf<S>>where
S::OnBehalfOf: IsUnset,
pub fn on_behalf_of(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetOnBehalfOf<S>>where
S::OnBehalfOf: IsUnset,
Sourcepub fn maybe_on_behalf_of(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetOnBehalfOf<S>>where
S::OnBehalfOf: IsUnset,
pub fn maybe_on_behalf_of(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetOnBehalfOf<S>>where
S::OnBehalfOf: IsUnset,
Sourcepub fn payment_options(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetPaymentOptions<S>>where
S::PaymentOptions: IsUnset,
pub fn payment_options(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetPaymentOptions<S>>where
S::PaymentOptions: IsUnset,
Sourcepub fn maybe_payment_options(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetPaymentOptions<S>>where
S::PaymentOptions: IsUnset,
pub fn maybe_payment_options(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetPaymentOptions<S>>where
S::PaymentOptions: IsUnset,
Sourcepub fn previous_name(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
pub fn previous_name(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
Sourcepub fn maybe_previous_name(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
pub fn maybe_previous_name(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
Sourcepub fn procedure(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetProcedure<S>>where
S::Procedure: IsUnset,
pub fn procedure(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetProcedure<S>>where
S::Procedure: IsUnset,
Sourcepub fn maybe_procedure(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetProcedure<S>>where
S::Procedure: IsUnset,
pub fn maybe_procedure(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetProcedure<S>>where
S::Procedure: IsUnset,
Sourcepub fn procurement_type(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetProcurementType<S>>where
S::ProcurementType: IsUnset,
pub fn procurement_type(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetProcurementType<S>>where
S::ProcurementType: IsUnset,
Sourcepub fn maybe_procurement_type(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetProcurementType<S>>where
S::ProcurementType: IsUnset,
pub fn maybe_procurement_type(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetProcurementType<S>>where
S::ProcurementType: IsUnset,
Sourcepub fn program(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetProgram<S>>where
S::Program: IsUnset,
pub fn program(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetProgram<S>>where
S::Program: IsUnset,
Sourcepub fn maybe_program(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetProgram<S>>where
S::Program: IsUnset,
pub fn maybe_program(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetProgram<S>>where
S::Program: IsUnset,
Sourcepub fn program_id(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
pub fn program_id(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
Sourcepub fn maybe_program_id(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
pub fn maybe_program_id(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
Sourcepub fn proof(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetProof<S>>where
S::Proof: IsUnset,
pub fn proof(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetProof<S>>where
S::Proof: IsUnset,
Sourcepub fn maybe_proof(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetProof<S>>where
S::Proof: IsUnset,
pub fn maybe_proof(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetProof<S>>where
S::Proof: IsUnset,
Sourcepub fn publication_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetPublicationDate<S>>where
S::PublicationDate: IsUnset,
pub fn publication_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetPublicationDate<S>>where
S::PublicationDate: IsUnset,
Sourcepub fn maybe_publication_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetPublicationDate<S>>where
S::PublicationDate: IsUnset,
pub fn maybe_publication_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetPublicationDate<S>>where
S::PublicationDate: IsUnset,
Sourcepub fn publisher(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
pub fn publisher(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
Sourcepub fn maybe_publisher(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
pub fn maybe_publisher(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
Sourcepub fn publisher_url(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
pub fn publisher_url(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
Sourcepub fn maybe_publisher_url(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
pub fn maybe_publisher_url(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
Sourcepub fn record_id(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetRecordId<S>>where
S::RecordId: IsUnset,
pub fn record_id(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetRecordId<S>>where
S::RecordId: IsUnset,
Sourcepub fn maybe_record_id(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetRecordId<S>>where
S::RecordId: IsUnset,
pub fn maybe_record_id(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetRecordId<S>>where
S::RecordId: IsUnset,
Sourcepub fn relation_to_threshold(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetRelationToThreshold<S>>where
S::RelationToThreshold: IsUnset,
pub fn relation_to_threshold(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetRelationToThreshold<S>>where
S::RelationToThreshold: IsUnset,
Sourcepub fn maybe_relation_to_threshold(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetRelationToThreshold<S>>where
S::RelationToThreshold: IsUnset,
pub fn maybe_relation_to_threshold(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetRelationToThreshold<S>>where
S::RelationToThreshold: IsUnset,
Sourcepub fn retrieved_at(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
pub fn retrieved_at(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
Sourcepub fn maybe_retrieved_at(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
pub fn maybe_retrieved_at(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
Sourcepub fn reverse_auctions_included(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetReverseAuctionsIncluded<S>>where
S::ReverseAuctionsIncluded: IsUnset,
pub fn reverse_auctions_included(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetReverseAuctionsIncluded<S>>where
S::ReverseAuctionsIncluded: IsUnset,
Sourcepub fn maybe_reverse_auctions_included(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetReverseAuctionsIncluded<S>>where
S::ReverseAuctionsIncluded: IsUnset,
pub fn maybe_reverse_auctions_included(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetReverseAuctionsIncluded<S>>where
S::ReverseAuctionsIncluded: IsUnset,
Sourcepub fn source_url(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
pub fn source_url(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
Sourcepub fn maybe_source_url(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
pub fn maybe_source_url(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
Sourcepub fn start_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetStartDate<S>>where
S::StartDate: IsUnset,
pub fn start_date(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetStartDate<S>>where
S::StartDate: IsUnset,
Sourcepub fn maybe_start_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetStartDate<S>>where
S::StartDate: IsUnset,
pub fn maybe_start_date(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetStartDate<S>>where
S::StartDate: IsUnset,
Sourcepub fn submission_deadline(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetSubmissionDeadline<S>>where
S::SubmissionDeadline: IsUnset,
pub fn submission_deadline(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetSubmissionDeadline<S>>where
S::SubmissionDeadline: IsUnset,
Sourcepub fn maybe_submission_deadline(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetSubmissionDeadline<S>>where
S::SubmissionDeadline: IsUnset,
pub fn maybe_submission_deadline(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetSubmissionDeadline<S>>where
S::SubmissionDeadline: IsUnset,
Sourcepub fn summary(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetSummary<S>>where
S::Summary: IsUnset,
pub fn summary(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetSummary<S>>where
S::Summary: IsUnset,
Sourcepub fn maybe_summary(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetSummary<S>>where
S::Summary: IsUnset,
pub fn maybe_summary(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetSummary<S>>where
S::Summary: IsUnset,
Sourcepub fn ted_url(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetTedUrl<S>>where
S::TedUrl: IsUnset,
pub fn ted_url(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetTedUrl<S>>where
S::TedUrl: IsUnset,
Sourcepub fn maybe_ted_url(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetTedUrl<S>>where
S::TedUrl: IsUnset,
pub fn maybe_ted_url(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetTedUrl<S>>where
S::TedUrl: IsUnset,
Sourcepub fn tenderers(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetTenderers<S>>where
S::Tenderers: IsUnset,
pub fn tenderers(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetTenderers<S>>where
S::Tenderers: IsUnset,
Sourcepub fn maybe_tenderers(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetTenderers<S>>where
S::Tenderers: IsUnset,
pub fn maybe_tenderers(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetTenderers<S>>where
S::Tenderers: IsUnset,
Sourcepub fn tenders_for_lots(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetTendersForLots<S>>where
S::TendersForLots: IsUnset,
pub fn tenders_for_lots(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetTendersForLots<S>>where
S::TendersForLots: IsUnset,
Sourcepub fn maybe_tenders_for_lots(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetTendersForLots<S>>where
S::TendersForLots: IsUnset,
pub fn maybe_tenders_for_lots(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetTendersForLots<S>>where
S::TendersForLots: IsUnset,
Sourcepub fn title(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetTitle<S>>where
S::Title: IsUnset,
pub fn title(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetTitle<S>>where
S::Title: IsUnset,
Required.
Property: Title
Sourcepub fn topics(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetTopics<S>>where
S::Topics: IsUnset,
pub fn topics(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetTopics<S>>where
S::Topics: IsUnset,
Sourcepub fn maybe_topics(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetTopics<S>>where
S::Topics: IsUnset,
pub fn maybe_topics(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetTopics<S>>where
S::Topics: IsUnset,
Sourcepub fn weak_alias(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
pub fn weak_alias(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
Sourcepub fn maybe_weak_alias(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
pub fn maybe_weak_alias(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
Sourcepub fn wikidata_id(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
pub fn wikidata_id(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
Sourcepub fn maybe_wikidata_id(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
pub fn maybe_wikidata_id(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
Sourcepub fn wikipedia_url(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
pub fn wikipedia_url(
self,
value: impl Into<String>,
) -> CallForTendersBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
Sourcepub fn maybe_wikipedia_url(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
pub fn maybe_wikipedia_url(
self,
value: Option<impl Into<String>>,
) -> CallForTendersBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for CallForTendersBuilder<S>
impl<S> RefUnwindSafe for CallForTendersBuilder<S>
impl<S> Send for CallForTendersBuilder<S>
impl<S> Sync for CallForTendersBuilder<S>
impl<S> Unpin for CallForTendersBuilder<S>
impl<S> UnsafeUnpin for CallForTendersBuilder<S>
impl<S> UnwindSafe for CallForTendersBuilder<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