pub enum MarketLocationProperty {
CustomerFacility,
NonActive,
Standard,
}Expand description
Lifecycle property / category of a market location.
Variants§
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§fn eq(&self, other: &MarketLocationProperty) -> bool
fn eq(&self, other: &MarketLocationProperty) -> bool
Tests for
self and other values to be equal, and is used by ==.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