pub enum SendTransactionRequestMethod {
SendTransaction,
}Variants§
SendTransaction
Implementations§
Trait Implementations§
Source§impl AsRef<str> for SendTransactionRequestMethod
impl AsRef<str> for SendTransactionRequestMethod
Source§impl Clone for SendTransactionRequestMethod
impl Clone for SendTransactionRequestMethod
Source§fn clone(&self) -> SendTransactionRequestMethod
fn clone(&self) -> SendTransactionRequestMethod
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 moreSource§impl Debug for SendTransactionRequestMethod
impl Debug for SendTransactionRequestMethod
Source§impl Default for SendTransactionRequestMethod
impl Default for SendTransactionRequestMethod
Source§fn default() -> SendTransactionRequestMethod
fn default() -> SendTransactionRequestMethod
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SendTransactionRequestMethod
impl<'de> Deserialize<'de> for SendTransactionRequestMethod
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 SendTransactionRequestMethod
impl StructuralPartialEq for SendTransactionRequestMethod
Auto Trait Implementations§
impl Freeze for SendTransactionRequestMethod
impl RefUnwindSafe for SendTransactionRequestMethod
impl Send for SendTransactionRequestMethod
impl Sync for SendTransactionRequestMethod
impl Unpin for SendTransactionRequestMethod
impl UnsafeUnpin for SendTransactionRequestMethod
impl UnwindSafe for SendTransactionRequestMethod
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