pub enum MarketLocationProperty {
CustomerFacility,
NonActive,
Standard,
}Expand description
Lifecycle property / category of a market location.
Variants§
CustomerFacility
Customer facility market location (Kundenanlage).
NonActive
Dormant market location (spec spelling: "nonActice").
Standard
Standard market location.
Trait Implementations§
Source§impl Clone for MarketLocationProperty
impl Clone for MarketLocationProperty
Source§fn clone(&self) -> MarketLocationProperty
fn clone(&self) -> MarketLocationProperty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MarketLocationProperty
Source§impl Debug for MarketLocationProperty
impl Debug for MarketLocationProperty
Source§impl<'de> Deserialize<'de> for MarketLocationProperty
impl<'de> Deserialize<'de> for MarketLocationProperty
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>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for MarketLocationProperty
Source§impl PartialEq for MarketLocationProperty
impl PartialEq for MarketLocationProperty
Source§impl Serialize for MarketLocationProperty
impl Serialize for MarketLocationProperty
impl StructuralPartialEq for MarketLocationProperty
Auto Trait Implementations§
impl Freeze for MarketLocationProperty
impl RefUnwindSafe for MarketLocationProperty
impl Send for MarketLocationProperty
impl Sync for MarketLocationProperty
impl Unpin for MarketLocationProperty
impl UnsafeUnpin for MarketLocationProperty
impl UnwindSafe for MarketLocationProperty
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.