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