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