pub enum ProductTypeEnum {
Physical,
Digital,
}
Variants§
Trait Implementations§
Source§impl Debug for ProductTypeEnum
impl Debug for ProductTypeEnum
Source§impl<'de> Deserialize<'de> for ProductTypeEnum
impl<'de> Deserialize<'de> for ProductTypeEnum
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
Auto Trait Implementations§
impl Freeze for ProductTypeEnum
impl RefUnwindSafe for ProductTypeEnum
impl Send for ProductTypeEnum
impl Sync for ProductTypeEnum
impl Unpin for ProductTypeEnum
impl UnwindSafe for ProductTypeEnum
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