pub struct HyperTextBuilder<S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Source§impl<S: State> HyperTextBuilder<S>
impl<S: State> HyperTextBuilder<S>
Sourcepub fn build(self) -> HyperTextwhere
S: IsComplete,
pub fn build(self) -> HyperTextwhere
S: IsComplete,
Finish building and return the requested object
Sourcepub fn id(self, value: String) -> HyperTextBuilder<SetId<S>>where
S::Id: IsUnset,
pub fn id(self, value: String) -> HyperTextBuilder<SetId<S>>where
S::Id: IsUnset,
Required.
Sourcepub fn schema(self, value: String) -> HyperTextBuilder<SetSchema<S>>where
S::Schema: IsUnset,
pub fn schema(self, value: String) -> HyperTextBuilder<SetSchema<S>>where
S::Schema: IsUnset,
Sourcepub fn maybe_schema(
self,
value: Option<String>,
) -> HyperTextBuilder<SetSchema<S>>where
S::Schema: IsUnset,
pub fn maybe_schema(
self,
value: Option<String>,
) -> HyperTextBuilder<SetSchema<S>>where
S::Schema: IsUnset,
Sourcepub fn address(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetAddress<S>>where
S::Address: IsUnset,
pub fn address(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetAddress<S>>where
S::Address: IsUnset,
Sourcepub fn maybe_address(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetAddress<S>>where
S::Address: IsUnset,
pub fn maybe_address(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetAddress<S>>where
S::Address: IsUnset,
Sourcepub fn address_entity(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
pub fn address_entity(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
Sourcepub fn maybe_address_entity(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
pub fn maybe_address_entity(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetAddressEntity<S>>where
S::AddressEntity: IsUnset,
Sourcepub fn aleph_url(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
pub fn aleph_url(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
Sourcepub fn maybe_aleph_url(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
pub fn maybe_aleph_url(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetAlephUrl<S>>where
S::AlephUrl: IsUnset,
Sourcepub fn alias(self, value: impl Into<String>) -> HyperTextBuilder<SetAlias<S>>where
S::Alias: IsUnset,
pub fn alias(self, value: impl Into<String>) -> HyperTextBuilder<SetAlias<S>>where
S::Alias: IsUnset,
Sourcepub fn maybe_alias(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetAlias<S>>where
S::Alias: IsUnset,
pub fn maybe_alias(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetAlias<S>>where
S::Alias: IsUnset,
Sourcepub fn ancestors(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetAncestors<S>>where
S::Ancestors: IsUnset,
pub fn ancestors(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetAncestors<S>>where
S::Ancestors: IsUnset,
Sourcepub fn maybe_ancestors(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetAncestors<S>>where
S::Ancestors: IsUnset,
pub fn maybe_ancestors(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetAncestors<S>>where
S::Ancestors: IsUnset,
Sourcepub fn body_html(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetBodyHtml<S>>where
S::BodyHtml: IsUnset,
pub fn body_html(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetBodyHtml<S>>where
S::BodyHtml: IsUnset,
Sourcepub fn maybe_body_html(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetBodyHtml<S>>where
S::BodyHtml: IsUnset,
pub fn maybe_body_html(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetBodyHtml<S>>where
S::BodyHtml: IsUnset,
Sourcepub fn body_text(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetBodyText<S>>where
S::BodyText: IsUnset,
pub fn body_text(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetBodyText<S>>where
S::BodyText: IsUnset,
Sourcepub fn maybe_body_text(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetBodyText<S>>where
S::BodyText: IsUnset,
pub fn maybe_body_text(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetBodyText<S>>where
S::BodyText: IsUnset,
Sourcepub fn companies_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetCompaniesMentioned<S>>where
S::CompaniesMentioned: IsUnset,
pub fn companies_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetCompaniesMentioned<S>>where
S::CompaniesMentioned: IsUnset,
Sourcepub fn maybe_companies_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetCompaniesMentioned<S>>where
S::CompaniesMentioned: IsUnset,
pub fn maybe_companies_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetCompaniesMentioned<S>>where
S::CompaniesMentioned: IsUnset,
Sourcepub fn content_hash(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetContentHash<S>>where
S::ContentHash: IsUnset,
pub fn content_hash(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetContentHash<S>>where
S::ContentHash: IsUnset,
Sourcepub fn maybe_content_hash(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetContentHash<S>>where
S::ContentHash: IsUnset,
pub fn maybe_content_hash(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetContentHash<S>>where
S::ContentHash: IsUnset,
Sourcepub fn country(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetCountry<S>>where
S::Country: IsUnset,
pub fn country(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetCountry<S>>where
S::Country: IsUnset,
Sourcepub fn maybe_country(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetCountry<S>>where
S::Country: IsUnset,
pub fn maybe_country(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetCountry<S>>where
S::Country: IsUnset,
Sourcepub fn crawler(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetCrawler<S>>where
S::Crawler: IsUnset,
pub fn crawler(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetCrawler<S>>where
S::Crawler: IsUnset,
Sourcepub fn maybe_crawler(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetCrawler<S>>where
S::Crawler: IsUnset,
pub fn maybe_crawler(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetCrawler<S>>where
S::Crawler: IsUnset,
Sourcepub fn created_at(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
pub fn created_at(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
Sourcepub fn maybe_created_at(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
pub fn maybe_created_at(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetCreatedAt<S>>where
S::CreatedAt: IsUnset,
Sourcepub fn date(self, value: impl Into<String>) -> HyperTextBuilder<SetDate<S>>where
S::Date: IsUnset,
pub fn date(self, value: impl Into<String>) -> HyperTextBuilder<SetDate<S>>where
S::Date: IsUnset,
Sourcepub fn maybe_date(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetDate<S>>where
S::Date: IsUnset,
pub fn maybe_date(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetDate<S>>where
S::Date: IsUnset,
Sourcepub fn description(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn description(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetDescription<S>>where
S::Description: IsUnset,
Sourcepub fn maybe_description(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetDescription<S>>where
S::Description: IsUnset,
pub fn maybe_description(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetDescription<S>>where
S::Description: IsUnset,
Sourcepub fn detected_country(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetDetectedCountry<S>>where
S::DetectedCountry: IsUnset,
pub fn detected_country(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetDetectedCountry<S>>where
S::DetectedCountry: IsUnset,
Sourcepub fn maybe_detected_country(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetDetectedCountry<S>>where
S::DetectedCountry: IsUnset,
pub fn maybe_detected_country(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetDetectedCountry<S>>where
S::DetectedCountry: IsUnset,
Sourcepub fn detected_language(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetDetectedLanguage<S>>where
S::DetectedLanguage: IsUnset,
pub fn detected_language(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetDetectedLanguage<S>>where
S::DetectedLanguage: IsUnset,
Sourcepub fn maybe_detected_language(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetDetectedLanguage<S>>where
S::DetectedLanguage: IsUnset,
pub fn maybe_detected_language(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetDetectedLanguage<S>>where
S::DetectedLanguage: IsUnset,
Sourcepub fn email_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetEmailMentioned<S>>where
S::EmailMentioned: IsUnset,
pub fn email_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetEmailMentioned<S>>where
S::EmailMentioned: IsUnset,
Sourcepub fn maybe_email_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetEmailMentioned<S>>where
S::EmailMentioned: IsUnset,
pub fn maybe_email_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetEmailMentioned<S>>where
S::EmailMentioned: IsUnset,
Sourcepub fn encoding(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetEncoding<S>>where
S::Encoding: IsUnset,
pub fn encoding(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetEncoding<S>>where
S::Encoding: IsUnset,
Sourcepub fn maybe_encoding(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetEncoding<S>>where
S::Encoding: IsUnset,
pub fn maybe_encoding(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetEncoding<S>>where
S::Encoding: IsUnset,
Sourcepub fn extension(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetExtension<S>>where
S::Extension: IsUnset,
pub fn extension(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetExtension<S>>where
S::Extension: IsUnset,
Sourcepub fn maybe_extension(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetExtension<S>>where
S::Extension: IsUnset,
pub fn maybe_extension(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetExtension<S>>where
S::Extension: IsUnset,
Sourcepub fn file_name(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetFileName<S>>where
S::FileName: IsUnset,
pub fn file_name(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetFileName<S>>where
S::FileName: IsUnset,
Required.
Property: File name
Sourcepub fn file_size(self, value: f64) -> HyperTextBuilder<SetFileSize<S>>where
S::FileSize: IsUnset,
pub fn file_size(self, value: f64) -> HyperTextBuilder<SetFileSize<S>>where
S::FileSize: IsUnset,
Sourcepub fn maybe_file_size(
self,
value: Option<f64>,
) -> HyperTextBuilder<SetFileSize<S>>where
S::FileSize: IsUnset,
pub fn maybe_file_size(
self,
value: Option<f64>,
) -> HyperTextBuilder<SetFileSize<S>>where
S::FileSize: IsUnset,
Sourcepub fn generator(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetGenerator<S>>where
S::Generator: IsUnset,
pub fn generator(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetGenerator<S>>where
S::Generator: IsUnset,
Sourcepub fn maybe_generator(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetGenerator<S>>where
S::Generator: IsUnset,
pub fn maybe_generator(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetGenerator<S>>where
S::Generator: IsUnset,
Sourcepub fn iban_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetIbanMentioned<S>>where
S::IbanMentioned: IsUnset,
pub fn iban_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetIbanMentioned<S>>where
S::IbanMentioned: IsUnset,
Sourcepub fn maybe_iban_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetIbanMentioned<S>>where
S::IbanMentioned: IsUnset,
pub fn maybe_iban_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetIbanMentioned<S>>where
S::IbanMentioned: IsUnset,
Sourcepub fn index_text(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
pub fn index_text(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
Sourcepub fn maybe_index_text(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
pub fn maybe_index_text(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetIndexText<S>>where
S::IndexText: IsUnset,
Sourcepub fn ip_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetIpMentioned<S>>where
S::IpMentioned: IsUnset,
pub fn ip_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetIpMentioned<S>>where
S::IpMentioned: IsUnset,
Sourcepub fn maybe_ip_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetIpMentioned<S>>where
S::IpMentioned: IsUnset,
pub fn maybe_ip_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetIpMentioned<S>>where
S::IpMentioned: IsUnset,
Sourcepub fn keywords(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
pub fn keywords(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
Sourcepub fn maybe_keywords(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
pub fn maybe_keywords(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetKeywords<S>>where
S::Keywords: IsUnset,
Sourcepub fn language(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetLanguage<S>>where
S::Language: IsUnset,
pub fn language(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetLanguage<S>>where
S::Language: IsUnset,
Sourcepub fn maybe_language(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetLanguage<S>>where
S::Language: IsUnset,
pub fn maybe_language(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetLanguage<S>>where
S::Language: IsUnset,
Sourcepub fn location_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetLocationMentioned<S>>where
S::LocationMentioned: IsUnset,
pub fn location_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetLocationMentioned<S>>where
S::LocationMentioned: IsUnset,
Sourcepub fn maybe_location_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetLocationMentioned<S>>where
S::LocationMentioned: IsUnset,
pub fn maybe_location_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetLocationMentioned<S>>where
S::LocationMentioned: IsUnset,
Sourcepub fn message_id(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetMessageId<S>>where
S::MessageId: IsUnset,
pub fn message_id(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetMessageId<S>>where
S::MessageId: IsUnset,
Sourcepub fn maybe_message_id(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetMessageId<S>>where
S::MessageId: IsUnset,
pub fn maybe_message_id(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetMessageId<S>>where
S::MessageId: IsUnset,
Sourcepub fn mime_type(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetMimeType<S>>where
S::MimeType: IsUnset,
pub fn mime_type(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetMimeType<S>>where
S::MimeType: IsUnset,
Sourcepub fn maybe_mime_type(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetMimeType<S>>where
S::MimeType: IsUnset,
pub fn maybe_mime_type(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetMimeType<S>>where
S::MimeType: IsUnset,
Sourcepub fn modified_at(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
pub fn modified_at(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
Sourcepub fn maybe_modified_at(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
pub fn maybe_modified_at(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetModifiedAt<S>>where
S::ModifiedAt: IsUnset,
Sourcepub fn name(self, value: impl Into<String>) -> HyperTextBuilder<SetName<S>>where
S::Name: IsUnset,
pub fn name(self, value: impl Into<String>) -> HyperTextBuilder<SetName<S>>where
S::Name: IsUnset,
Required.
Property: Name
Sourcepub fn names_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
pub fn names_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
Sourcepub fn maybe_names_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
pub fn maybe_names_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetNamesMentioned<S>>where
S::NamesMentioned: IsUnset,
Sourcepub fn notes(self, value: impl Into<String>) -> HyperTextBuilder<SetNotes<S>>where
S::Notes: IsUnset,
pub fn notes(self, value: impl Into<String>) -> HyperTextBuilder<SetNotes<S>>where
S::Notes: IsUnset,
Sourcepub fn maybe_notes(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetNotes<S>>where
S::Notes: IsUnset,
pub fn maybe_notes(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetNotes<S>>where
S::Notes: IsUnset,
Sourcepub fn parent(self, value: impl Into<String>) -> HyperTextBuilder<SetParent<S>>where
S::Parent: IsUnset,
pub fn parent(self, value: impl Into<String>) -> HyperTextBuilder<SetParent<S>>where
S::Parent: IsUnset,
Sourcepub fn maybe_parent(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetParent<S>>where
S::Parent: IsUnset,
pub fn maybe_parent(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetParent<S>>where
S::Parent: IsUnset,
Sourcepub fn people_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPeopleMentioned<S>>where
S::PeopleMentioned: IsUnset,
pub fn people_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPeopleMentioned<S>>where
S::PeopleMentioned: IsUnset,
Sourcepub fn maybe_people_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPeopleMentioned<S>>where
S::PeopleMentioned: IsUnset,
pub fn maybe_people_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPeopleMentioned<S>>where
S::PeopleMentioned: IsUnset,
Sourcepub fn phone_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPhoneMentioned<S>>where
S::PhoneMentioned: IsUnset,
pub fn phone_mentioned(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPhoneMentioned<S>>where
S::PhoneMentioned: IsUnset,
Sourcepub fn maybe_phone_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPhoneMentioned<S>>where
S::PhoneMentioned: IsUnset,
pub fn maybe_phone_mentioned(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPhoneMentioned<S>>where
S::PhoneMentioned: IsUnset,
Sourcepub fn previous_name(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
pub fn previous_name(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
Sourcepub fn maybe_previous_name(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
pub fn maybe_previous_name(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPreviousName<S>>where
S::PreviousName: IsUnset,
Sourcepub fn processed_at(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProcessedAt<S>>where
S::ProcessedAt: IsUnset,
pub fn processed_at(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProcessedAt<S>>where
S::ProcessedAt: IsUnset,
Sourcepub fn maybe_processed_at(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProcessedAt<S>>where
S::ProcessedAt: IsUnset,
pub fn maybe_processed_at(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProcessedAt<S>>where
S::ProcessedAt: IsUnset,
Sourcepub fn processing_agent(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProcessingAgent<S>>where
S::ProcessingAgent: IsUnset,
pub fn processing_agent(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProcessingAgent<S>>where
S::ProcessingAgent: IsUnset,
Sourcepub fn maybe_processing_agent(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProcessingAgent<S>>where
S::ProcessingAgent: IsUnset,
pub fn maybe_processing_agent(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProcessingAgent<S>>where
S::ProcessingAgent: IsUnset,
Sourcepub fn processing_error(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProcessingError<S>>where
S::ProcessingError: IsUnset,
pub fn processing_error(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProcessingError<S>>where
S::ProcessingError: IsUnset,
Sourcepub fn maybe_processing_error(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProcessingError<S>>where
S::ProcessingError: IsUnset,
pub fn maybe_processing_error(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProcessingError<S>>where
S::ProcessingError: IsUnset,
Sourcepub fn processing_status(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProcessingStatus<S>>where
S::ProcessingStatus: IsUnset,
pub fn processing_status(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProcessingStatus<S>>where
S::ProcessingStatus: IsUnset,
Sourcepub fn maybe_processing_status(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProcessingStatus<S>>where
S::ProcessingStatus: IsUnset,
pub fn maybe_processing_status(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProcessingStatus<S>>where
S::ProcessingStatus: IsUnset,
Sourcepub fn program(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProgram<S>>where
S::Program: IsUnset,
pub fn program(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProgram<S>>where
S::Program: IsUnset,
Sourcepub fn maybe_program(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProgram<S>>where
S::Program: IsUnset,
pub fn maybe_program(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProgram<S>>where
S::Program: IsUnset,
Sourcepub fn program_id(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
pub fn program_id(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
Sourcepub fn maybe_program_id(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
pub fn maybe_program_id(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProgramId<S>>where
S::ProgramId: IsUnset,
Sourcepub fn proof(self, value: impl Into<String>) -> HyperTextBuilder<SetProof<S>>where
S::Proof: IsUnset,
pub fn proof(self, value: impl Into<String>) -> HyperTextBuilder<SetProof<S>>where
S::Proof: IsUnset,
Sourcepub fn maybe_proof(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProof<S>>where
S::Proof: IsUnset,
pub fn maybe_proof(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetProof<S>>where
S::Proof: IsUnset,
Sourcepub fn published_at(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPublishedAt<S>>where
S::PublishedAt: IsUnset,
pub fn published_at(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPublishedAt<S>>where
S::PublishedAt: IsUnset,
Sourcepub fn maybe_published_at(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPublishedAt<S>>where
S::PublishedAt: IsUnset,
pub fn maybe_published_at(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPublishedAt<S>>where
S::PublishedAt: IsUnset,
Sourcepub fn publisher(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
pub fn publisher(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
Sourcepub fn maybe_publisher(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
pub fn maybe_publisher(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPublisher<S>>where
S::Publisher: IsUnset,
Sourcepub fn publisher_url(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
pub fn publisher_url(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
Sourcepub fn maybe_publisher_url(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
pub fn maybe_publisher_url(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetPublisherUrl<S>>where
S::PublisherUrl: IsUnset,
Sourcepub fn retrieved_at(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
pub fn retrieved_at(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
Sourcepub fn maybe_retrieved_at(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
pub fn maybe_retrieved_at(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetRetrievedAt<S>>where
S::RetrievedAt: IsUnset,
Sourcepub fn source_url(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
pub fn source_url(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
Sourcepub fn maybe_source_url(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
pub fn maybe_source_url(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetSourceUrl<S>>where
S::SourceUrl: IsUnset,
Sourcepub fn summary(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetSummary<S>>where
S::Summary: IsUnset,
pub fn summary(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetSummary<S>>where
S::Summary: IsUnset,
Sourcepub fn maybe_summary(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetSummary<S>>where
S::Summary: IsUnset,
pub fn maybe_summary(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetSummary<S>>where
S::Summary: IsUnset,
Sourcepub fn title(self, value: impl Into<String>) -> HyperTextBuilder<SetTitle<S>>where
S::Title: IsUnset,
pub fn title(self, value: impl Into<String>) -> HyperTextBuilder<SetTitle<S>>where
S::Title: IsUnset,
Sourcepub fn maybe_title(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetTitle<S>>where
S::Title: IsUnset,
pub fn maybe_title(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetTitle<S>>where
S::Title: IsUnset,
Sourcepub fn topics(self, value: impl Into<String>) -> HyperTextBuilder<SetTopics<S>>where
S::Topics: IsUnset,
pub fn topics(self, value: impl Into<String>) -> HyperTextBuilder<SetTopics<S>>where
S::Topics: IsUnset,
Sourcepub fn maybe_topics(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetTopics<S>>where
S::Topics: IsUnset,
pub fn maybe_topics(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetTopics<S>>where
S::Topics: IsUnset,
Sourcepub fn translated_language(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetTranslatedLanguage<S>>where
S::TranslatedLanguage: IsUnset,
pub fn translated_language(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetTranslatedLanguage<S>>where
S::TranslatedLanguage: IsUnset,
Sourcepub fn maybe_translated_language(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetTranslatedLanguage<S>>where
S::TranslatedLanguage: IsUnset,
pub fn maybe_translated_language(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetTranslatedLanguage<S>>where
S::TranslatedLanguage: IsUnset,
Sourcepub fn translated_text(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetTranslatedText<S>>where
S::TranslatedText: IsUnset,
pub fn translated_text(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetTranslatedText<S>>where
S::TranslatedText: IsUnset,
Sourcepub fn maybe_translated_text(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetTranslatedText<S>>where
S::TranslatedText: IsUnset,
pub fn maybe_translated_text(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetTranslatedText<S>>where
S::TranslatedText: IsUnset,
Sourcepub fn weak_alias(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
pub fn weak_alias(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
Sourcepub fn maybe_weak_alias(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
pub fn maybe_weak_alias(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetWeakAlias<S>>where
S::WeakAlias: IsUnset,
Sourcepub fn wikidata_id(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
pub fn wikidata_id(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
Sourcepub fn maybe_wikidata_id(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
pub fn maybe_wikidata_id(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetWikidataId<S>>where
S::WikidataId: IsUnset,
Sourcepub fn wikipedia_url(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
pub fn wikipedia_url(
self,
value: impl Into<String>,
) -> HyperTextBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
Sourcepub fn maybe_wikipedia_url(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
pub fn maybe_wikipedia_url(
self,
value: Option<impl Into<String>>,
) -> HyperTextBuilder<SetWikipediaUrl<S>>where
S::WikipediaUrl: IsUnset,
Auto Trait Implementations§
impl<S> Freeze for HyperTextBuilder<S>
impl<S> RefUnwindSafe for HyperTextBuilder<S>
impl<S> Send for HyperTextBuilder<S>
impl<S> Sync for HyperTextBuilder<S>
impl<S> Unpin for HyperTextBuilder<S>
impl<S> UnsafeUnpin for HyperTextBuilder<S>
impl<S> UnwindSafe for HyperTextBuilder<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