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