pub struct MerchantReturnPolicy {
Show 33 fields pub additional_property: Vec<AdditionalPropertyProperty>, pub applicable_country: Vec<ApplicableCountryProperty>, pub customer_remorse_return_fees: Vec<CustomerRemorseReturnFeesProperty>, pub customer_remorse_return_label_source: Vec<CustomerRemorseReturnLabelSourceProperty>, pub customer_remorse_return_shipping_fees_amount: Vec<CustomerRemorseReturnShippingFeesAmountProperty>, pub in_store_returns_offered: Vec<InStoreReturnsOfferedProperty>, pub item_condition: Vec<ItemConditionProperty>, pub item_defect_return_fees: Vec<ItemDefectReturnFeesProperty>, pub item_defect_return_label_source: Vec<ItemDefectReturnLabelSourceProperty>, pub item_defect_return_shipping_fees_amount: Vec<ItemDefectReturnShippingFeesAmountProperty>, pub merchant_return_days: Vec<MerchantReturnDaysProperty>, pub merchant_return_link: Vec<MerchantReturnLinkProperty>, pub refund_type: Vec<RefundTypeProperty>, pub restocking_fee: Vec<RestockingFeeProperty>, pub return_fees: Vec<ReturnFeesProperty>, pub return_label_source: Vec<ReturnLabelSourceProperty>, pub return_method: Vec<ReturnMethodProperty>, pub return_policy_category: Vec<ReturnPolicyCategoryProperty>, pub return_policy_country: Vec<ReturnPolicyCountryProperty>, pub return_policy_seasonal_override: Vec<ReturnPolicySeasonalOverrideProperty>, pub return_shipping_fees_amount: Vec<ReturnShippingFeesAmountProperty>, pub additional_type: Vec<AdditionalTypeProperty>, pub alternate_name: Vec<AlternateNameProperty>, pub description: Vec<DescriptionProperty>, pub disambiguating_description: Vec<DisambiguatingDescriptionProperty>, pub identifier: Vec<IdentifierProperty>, pub image: Vec<ImageProperty>, pub main_entity_of_page: Vec<MainEntityOfPageProperty>, pub name: Vec<NameProperty>, pub potential_action: Vec<PotentialActionProperty>, pub same_as: Vec<SameAsProperty>, pub subject_of: Vec<SubjectOfProperty>, pub url: Vec<UrlProperty>,
}
Expand description

Fields§

§additional_property: Vec<AdditionalPropertyProperty>§applicable_country: Vec<ApplicableCountryProperty>§customer_remorse_return_fees: Vec<CustomerRemorseReturnFeesProperty>§customer_remorse_return_label_source: Vec<CustomerRemorseReturnLabelSourceProperty>§customer_remorse_return_shipping_fees_amount: Vec<CustomerRemorseReturnShippingFeesAmountProperty>§in_store_returns_offered: Vec<InStoreReturnsOfferedProperty>§item_condition: Vec<ItemConditionProperty>§item_defect_return_fees: Vec<ItemDefectReturnFeesProperty>§item_defect_return_label_source: Vec<ItemDefectReturnLabelSourceProperty>§item_defect_return_shipping_fees_amount: Vec<ItemDefectReturnShippingFeesAmountProperty>§merchant_return_days: Vec<MerchantReturnDaysProperty>§merchant_return_link: Vec<MerchantReturnLinkProperty>§refund_type: Vec<RefundTypeProperty>§restocking_fee: Vec<RestockingFeeProperty>§return_fees: Vec<ReturnFeesProperty>§return_label_source: Vec<ReturnLabelSourceProperty>§return_method: Vec<ReturnMethodProperty>§return_policy_category: Vec<ReturnPolicyCategoryProperty>§return_policy_country: Vec<ReturnPolicyCountryProperty>§return_policy_seasonal_override: Vec<ReturnPolicySeasonalOverrideProperty>§return_shipping_fees_amount: Vec<ReturnShippingFeesAmountProperty>§additional_type: Vec<AdditionalTypeProperty>§alternate_name: Vec<AlternateNameProperty>§description: Vec<DescriptionProperty>§disambiguating_description: Vec<DisambiguatingDescriptionProperty>§identifier: Vec<IdentifierProperty>§image: Vec<ImageProperty>§main_entity_of_page: Vec<MainEntityOfPageProperty>§name: Vec<NameProperty>§potential_action: Vec<PotentialActionProperty>§same_as: Vec<SameAsProperty>§subject_of: Vec<SubjectOfProperty>§url: Vec<UrlProperty>

Trait Implementations§

source§

impl MerchantReturnPolicyTrait for MerchantReturnPolicy

source§

fn get_additional_property(&self) -> &[AdditionalPropertyProperty]

Get https://schema.org/additionalProperty from Self as borrowed slice.
source§

fn take_additional_property(&mut self) -> Vec<AdditionalPropertyProperty>

Take https://schema.org/additionalProperty from Self as owned vector.
source§

fn get_applicable_country(&self) -> &[ApplicableCountryProperty]

Get https://schema.org/applicableCountry from Self as borrowed slice.
source§

fn take_applicable_country(&mut self) -> Vec<ApplicableCountryProperty>

Take https://schema.org/applicableCountry from Self as owned vector.
source§

fn get_customer_remorse_return_fees( &self ) -> &[CustomerRemorseReturnFeesProperty]

source§

fn take_customer_remorse_return_fees( &mut self ) -> Vec<CustomerRemorseReturnFeesProperty>

source§

fn get_customer_remorse_return_label_source( &self ) -> &[CustomerRemorseReturnLabelSourceProperty]

source§

fn take_customer_remorse_return_label_source( &mut self ) -> Vec<CustomerRemorseReturnLabelSourceProperty>

source§

fn get_customer_remorse_return_shipping_fees_amount( &self ) -> &[CustomerRemorseReturnShippingFeesAmountProperty]

source§

fn take_customer_remorse_return_shipping_fees_amount( &mut self ) -> Vec<CustomerRemorseReturnShippingFeesAmountProperty>

source§

fn get_in_store_returns_offered(&self) -> &[InStoreReturnsOfferedProperty]

source§

fn take_in_store_returns_offered( &mut self ) -> Vec<InStoreReturnsOfferedProperty>

source§

fn get_item_condition(&self) -> &[ItemConditionProperty]

Get https://schema.org/itemCondition from Self as borrowed slice.
source§

fn take_item_condition(&mut self) -> Vec<ItemConditionProperty>

Take https://schema.org/itemCondition from Self as owned vector.
source§

fn get_item_defect_return_fees(&self) -> &[ItemDefectReturnFeesProperty]

Get https://schema.org/itemDefectReturnFees from Self as borrowed slice.
source§

fn take_item_defect_return_fees(&mut self) -> Vec<ItemDefectReturnFeesProperty>

source§

fn get_item_defect_return_label_source( &self ) -> &[ItemDefectReturnLabelSourceProperty]

source§

fn take_item_defect_return_label_source( &mut self ) -> Vec<ItemDefectReturnLabelSourceProperty>

source§

fn get_item_defect_return_shipping_fees_amount( &self ) -> &[ItemDefectReturnShippingFeesAmountProperty]

source§

fn take_item_defect_return_shipping_fees_amount( &mut self ) -> Vec<ItemDefectReturnShippingFeesAmountProperty>

source§

fn get_merchant_return_days(&self) -> &[MerchantReturnDaysProperty]

Get https://schema.org/merchantReturnDays from Self as borrowed slice.
source§

fn take_merchant_return_days(&mut self) -> Vec<MerchantReturnDaysProperty>

Take https://schema.org/merchantReturnDays from Self as owned vector.
Get https://schema.org/merchantReturnLink from Self as borrowed slice.
Take https://schema.org/merchantReturnLink from Self as owned vector.
source§

fn get_refund_type(&self) -> &[RefundTypeProperty]

Get https://schema.org/refundType from Self as borrowed slice.
source§

fn take_refund_type(&mut self) -> Vec<RefundTypeProperty>

Take https://schema.org/refundType from Self as owned vector.
source§

fn get_restocking_fee(&self) -> &[RestockingFeeProperty]

Get https://schema.org/restockingFee from Self as borrowed slice.
source§

fn take_restocking_fee(&mut self) -> Vec<RestockingFeeProperty>

Take https://schema.org/restockingFee from Self as owned vector.
source§

fn get_return_fees(&self) -> &[ReturnFeesProperty]

Get https://schema.org/returnFees from Self as borrowed slice.
source§

fn take_return_fees(&mut self) -> Vec<ReturnFeesProperty>

Take https://schema.org/returnFees from Self as owned vector.
source§

fn get_return_label_source(&self) -> &[ReturnLabelSourceProperty]

Get https://schema.org/returnLabelSource from Self as borrowed slice.
source§

fn take_return_label_source(&mut self) -> Vec<ReturnLabelSourceProperty>

Take https://schema.org/returnLabelSource from Self as owned vector.
source§

fn get_return_method(&self) -> &[ReturnMethodProperty]

Get https://schema.org/returnMethod from Self as borrowed slice.
source§

fn take_return_method(&mut self) -> Vec<ReturnMethodProperty>

Take https://schema.org/returnMethod from Self as owned vector.
source§

fn get_return_policy_category(&self) -> &[ReturnPolicyCategoryProperty]

Get https://schema.org/returnPolicyCategory from Self as borrowed slice.
source§

fn take_return_policy_category(&mut self) -> Vec<ReturnPolicyCategoryProperty>

source§

fn get_return_policy_country(&self) -> &[ReturnPolicyCountryProperty]

Get https://schema.org/returnPolicyCountry from Self as borrowed slice.
source§

fn take_return_policy_country(&mut self) -> Vec<ReturnPolicyCountryProperty>

Take https://schema.org/returnPolicyCountry from Self as owned vector.
source§

fn get_return_policy_seasonal_override( &self ) -> &[ReturnPolicySeasonalOverrideProperty]

source§

fn take_return_policy_seasonal_override( &mut self ) -> Vec<ReturnPolicySeasonalOverrideProperty>

source§

fn get_return_shipping_fees_amount(&self) -> &[ReturnShippingFeesAmountProperty]

source§

fn take_return_shipping_fees_amount( &mut self ) -> Vec<ReturnShippingFeesAmountProperty>

source§

impl ThingTrait for MerchantReturnPolicy

source§

fn get_additional_type(&self) -> &[AdditionalTypeProperty]

Get https://schema.org/additionalType from Self as borrowed slice.
source§

fn take_additional_type(&mut self) -> Vec<AdditionalTypeProperty>

Take https://schema.org/additionalType from Self as owned vector.
source§

fn get_alternate_name(&self) -> &[AlternateNameProperty]

Get https://schema.org/alternateName from Self as borrowed slice.
source§

fn take_alternate_name(&mut self) -> Vec<AlternateNameProperty>

Take https://schema.org/alternateName from Self as owned vector.
source§

fn get_description(&self) -> &[DescriptionProperty]

Get https://schema.org/description from Self as borrowed slice.
source§

fn take_description(&mut self) -> Vec<DescriptionProperty>

Take https://schema.org/description from Self as owned vector.
source§

fn get_disambiguating_description(&self) -> &[DisambiguatingDescriptionProperty]

source§

fn take_disambiguating_description( &mut self ) -> Vec<DisambiguatingDescriptionProperty>

source§

fn get_identifier(&self) -> &[IdentifierProperty]

Get https://schema.org/identifier from Self as borrowed slice.
source§

fn take_identifier(&mut self) -> Vec<IdentifierProperty>

Take https://schema.org/identifier from Self as owned vector.
source§

fn get_image(&self) -> &[ImageProperty]

Get https://schema.org/image from Self as borrowed slice.
source§

fn take_image(&mut self) -> Vec<ImageProperty>

Take https://schema.org/image from Self as owned vector.
source§

fn get_main_entity_of_page(&self) -> &[MainEntityOfPageProperty]

Get https://schema.org/mainEntityOfPage from Self as borrowed slice.
source§

fn take_main_entity_of_page(&mut self) -> Vec<MainEntityOfPageProperty>

Take https://schema.org/mainEntityOfPage from Self as owned vector.
source§

fn get_name(&self) -> &[NameProperty]

Get https://schema.org/name from Self as borrowed slice.
source§

fn take_name(&mut self) -> Vec<NameProperty>

Take https://schema.org/name from Self as owned vector.
source§

fn get_potential_action(&self) -> &[PotentialActionProperty]

Get https://schema.org/potentialAction from Self as borrowed slice.
source§

fn take_potential_action(&mut self) -> Vec<PotentialActionProperty>

Take https://schema.org/potentialAction from Self as owned vector.
source§

fn get_same_as(&self) -> &[SameAsProperty]

Get https://schema.org/sameAs from Self as borrowed slice.
source§

fn take_same_as(&mut self) -> Vec<SameAsProperty>

Take https://schema.org/sameAs from Self as owned vector.
source§

fn get_subject_of(&self) -> &[SubjectOfProperty]

Get https://schema.org/subjectOf from Self as borrowed slice.
source§

fn take_subject_of(&mut self) -> Vec<SubjectOfProperty>

Take https://schema.org/subjectOf from Self as owned vector.
source§

fn get_url(&self) -> &[UrlProperty]

Get https://schema.org/url from Self as borrowed slice.
source§

fn take_url(&mut self) -> Vec<UrlProperty>

Take https://schema.org/url from Self as owned vector.

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.