pub enum SubMerchantType {
Personal,
PrivateCompany,
LimitedOrJointStockCompany,
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for SubMerchantType
impl Debug for SubMerchantType
Source§impl<'de> Deserialize<'de> for SubMerchantType
impl<'de> Deserialize<'de> for SubMerchantType
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
Source§impl Display for SubMerchantType
impl Display for SubMerchantType
Source§impl PartialEq for SubMerchantType
impl PartialEq for SubMerchantType
Source§impl Serialize for SubMerchantType
impl Serialize for SubMerchantType
impl StructuralPartialEq for SubMerchantType
Auto Trait Implementations§
impl Freeze for SubMerchantType
impl RefUnwindSafe for SubMerchantType
impl Send for SubMerchantType
impl Sync for SubMerchantType
impl Unpin for SubMerchantType
impl UnwindSafe for SubMerchantType
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