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