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