Enum square_api_client::models::enums::CardSquareProduct
source · [−]pub enum CardSquareProduct {
UnknownSquareProduct,
ConnectApi,
Dashboard,
RegisterClient,
BuyerDashboard,
Web,
Invoices,
GiftCard,
VirtualTerminal,
ReaderSdk,
SquareProfile,
}
Expand description
Model for CardSquareProduct enum
Variants
UnknownSquareProduct
ConnectApi
Dashboard
RegisterClient
BuyerDashboard
Web
Invoices
GiftCard
VirtualTerminal
ReaderSdk
SquareProfile
Trait Implementations
sourceimpl Clone for CardSquareProduct
impl Clone for CardSquareProduct
sourcefn clone(&self) -> CardSquareProduct
fn clone(&self) -> CardSquareProduct
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CardSquareProduct
impl Debug for CardSquareProduct
sourceimpl<'de> Deserialize<'de> for CardSquareProduct
impl<'de> Deserialize<'de> for CardSquareProduct
sourcefn 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
sourceimpl PartialEq<CardSquareProduct> for CardSquareProduct
impl PartialEq<CardSquareProduct> for CardSquareProduct
sourcefn eq(&self, other: &CardSquareProduct) -> bool
fn eq(&self, other: &CardSquareProduct) -> bool
sourceimpl Serialize for CardSquareProduct
impl Serialize for CardSquareProduct
impl Eq for CardSquareProduct
impl StructuralEq for CardSquareProduct
impl StructuralPartialEq for CardSquareProduct
Auto Trait Implementations
impl RefUnwindSafe for CardSquareProduct
impl Send for CardSquareProduct
impl Sync for CardSquareProduct
impl Unpin for CardSquareProduct
impl UnwindSafe for CardSquareProduct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.