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