pub enum EarnIncentiveClaimActionResponseType {
EarnIncentiveClaim,
}Expand description
EarnIncentiveClaimActionResponseType
JSON schema
{
"type": "string",
"enum": [
"earn_incentive_claim"
]
}Variants§
EarnIncentiveClaim
Trait Implementations§
Source§impl Clone for EarnIncentiveClaimActionResponseType
impl Clone for EarnIncentiveClaimActionResponseType
Source§fn clone(&self) -> EarnIncentiveClaimActionResponseType
fn clone(&self) -> EarnIncentiveClaimActionResponseType
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 EarnIncentiveClaimActionResponseType
Source§impl<'de> Deserialize<'de> for EarnIncentiveClaimActionResponseType
impl<'de> Deserialize<'de> for EarnIncentiveClaimActionResponseType
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 EarnIncentiveClaimActionResponseType
Source§impl From<&EarnIncentiveClaimActionResponseType> for EarnIncentiveClaimActionResponseType
impl From<&EarnIncentiveClaimActionResponseType> for EarnIncentiveClaimActionResponseType
Source§fn from(value: &EarnIncentiveClaimActionResponseType) -> Self
fn from(value: &EarnIncentiveClaimActionResponseType) -> Self
Converts to this type from the input type.
Source§impl Ord for EarnIncentiveClaimActionResponseType
impl Ord for EarnIncentiveClaimActionResponseType
Source§fn cmp(&self, other: &EarnIncentiveClaimActionResponseType) -> Ordering
fn cmp(&self, other: &EarnIncentiveClaimActionResponseType) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EarnIncentiveClaimActionResponseType
impl PartialEq for EarnIncentiveClaimActionResponseType
Source§fn eq(&self, other: &EarnIncentiveClaimActionResponseType) -> bool
fn eq(&self, other: &EarnIncentiveClaimActionResponseType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EarnIncentiveClaimActionResponseType
impl PartialOrd for EarnIncentiveClaimActionResponseType
impl StructuralPartialEq for EarnIncentiveClaimActionResponseType
Source§impl TryFrom<&String> for EarnIncentiveClaimActionResponseType
impl TryFrom<&String> for EarnIncentiveClaimActionResponseType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for EarnIncentiveClaimActionResponseType
impl TryFrom<&str> for EarnIncentiveClaimActionResponseType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for EarnIncentiveClaimActionResponseType
impl TryFrom<String> for EarnIncentiveClaimActionResponseType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for EarnIncentiveClaimActionResponseType
impl RefUnwindSafe for EarnIncentiveClaimActionResponseType
impl Send for EarnIncentiveClaimActionResponseType
impl Sync for EarnIncentiveClaimActionResponseType
impl Unpin for EarnIncentiveClaimActionResponseType
impl UnsafeUnpin for EarnIncentiveClaimActionResponseType
impl UnwindSafe for EarnIncentiveClaimActionResponseType
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