pub enum TransactionRequestNetworkStaking {
String(String),
Number(f64),
}
Expand description
TransactionRequestNetworkStaking : This feature is no longer supported. This feature is no longer supported.
Variants§
Trait Implementations§
Source§impl Clone for TransactionRequestNetworkStaking
impl Clone for TransactionRequestNetworkStaking
Source§fn clone(&self) -> TransactionRequestNetworkStaking
fn clone(&self) -> TransactionRequestNetworkStaking
Returns a copy 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 TransactionRequestNetworkStaking
impl<'de> Deserialize<'de> for TransactionRequestNetworkStaking
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 PartialEq for TransactionRequestNetworkStaking
impl PartialEq for TransactionRequestNetworkStaking
Source§fn eq(&self, other: &TransactionRequestNetworkStaking) -> bool
fn eq(&self, other: &TransactionRequestNetworkStaking) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for TransactionRequestNetworkStaking
Auto Trait Implementations§
impl Freeze for TransactionRequestNetworkStaking
impl RefUnwindSafe for TransactionRequestNetworkStaking
impl Send for TransactionRequestNetworkStaking
impl Sync for TransactionRequestNetworkStaking
impl Unpin for TransactionRequestNetworkStaking
impl UnwindSafe for TransactionRequestNetworkStaking
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