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