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 · 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 · 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§impl PartialOrd for RegulatoryCondition
impl PartialOrd for RegulatoryCondition
Source§impl Serialize for RegulatoryCondition
impl Serialize for RegulatoryCondition
impl Copy for RegulatoryCondition
impl Eq for RegulatoryCondition
impl StructuralPartialEq for RegulatoryCondition
Auto Trait Implementations§
impl Freeze for RegulatoryCondition
impl RefUnwindSafe for RegulatoryCondition
impl Send for RegulatoryCondition
impl Sync for RegulatoryCondition
impl Unpin for RegulatoryCondition
impl UnwindSafe for RegulatoryCondition
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.