pub enum BuyerEntityType {
Individual,
Association,
}
Variants§
Trait Implementations§
Source§impl Clone for BuyerEntityType
impl Clone for BuyerEntityType
Source§fn clone(&self) -> BuyerEntityType
fn clone(&self) -> BuyerEntityType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BuyerEntityType
impl Debug for BuyerEntityType
Source§impl<'de> Deserialize<'de> for BuyerEntityType
impl<'de> Deserialize<'de> for BuyerEntityType
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 PartialEq for BuyerEntityType
impl PartialEq for BuyerEntityType
Source§impl Serialize for BuyerEntityType
impl Serialize for BuyerEntityType
impl Copy for BuyerEntityType
impl StructuralPartialEq for BuyerEntityType
Auto Trait Implementations§
impl Freeze for BuyerEntityType
impl RefUnwindSafe for BuyerEntityType
impl Send for BuyerEntityType
impl Sync for BuyerEntityType
impl Unpin for BuyerEntityType
impl UnwindSafe for BuyerEntityType
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