pub enum RegulatoryCondition {
Civ,
Md,
EuPrr,
}Expand description
RegulatoryCondition : General conditions applied to cover legal regulations within the area of validity. Allocators must reflect these terms and conditions in the conditions of combined offers and indicate them to the customer where required. Which indications are mandatory to be shown to the customer is defined in the SCICs. Valid Values: - CIV: terms and conditions according to COTIV regulation - MD: terms and conditions according to SMPS regulation - EU_PRR: terms and conditions according to EU-PRR regulation General conditions applied to cover legal regulations within the area of validity. Allocators must reflect these terms and conditions in the conditions of combined offers and indicate them to the customer where required. Which indications are mandatory to be shown to the customer is defined in the SCICs. Valid Values: - CIV: terms and conditions according to COTIV regulation - MD: terms and conditions according to SMPS regulation - EU_PRR: terms and conditions according to EU-PRR regulation
Variants§
Trait Implementations§
Source§impl Clone for RegulatoryCondition
impl Clone for RegulatoryCondition
Source§fn clone(&self) -> RegulatoryCondition
fn clone(&self) -> RegulatoryCondition
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for RegulatoryCondition
impl Debug for RegulatoryCondition
Source§impl Default for RegulatoryCondition
impl Default for RegulatoryCondition
Source§fn default() -> RegulatoryCondition
fn default() -> RegulatoryCondition
Source§impl<'de> Deserialize<'de> for RegulatoryCondition
impl<'de> Deserialize<'de> for RegulatoryCondition
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl Display for RegulatoryCondition
impl Display for RegulatoryCondition
Source§impl Hash for RegulatoryCondition
impl Hash for RegulatoryCondition
Source§impl Ord for RegulatoryCondition
impl Ord for RegulatoryCondition
Source§fn cmp(&self, other: &RegulatoryCondition) -> Ordering
fn cmp(&self, other: &RegulatoryCondition) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for RegulatoryCondition
impl PartialEq for RegulatoryCondition
Source§fn eq(&self, other: &RegulatoryCondition) -> bool
fn eq(&self, other: &RegulatoryCondition) -> bool
self and other values to be equal, and is used by ==.